Home
last modified time | relevance | path

Searched refs:turnValueToTypeDependence (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDependenceFlags.h267 inline ExprDependence turnValueToTypeDependence(ExprDependence D) { in turnValueToTypeDependence() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDComputeDependence.cpp471 D |= turnValueToTypeDependence(Dim->getDependence()); in computeDependence()
HDType.cpp150 turnValueToTypeDependence(sz->getDependence())) in ArrayType()