Home
last modified time | relevance | path

Searched defs:ACO (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.cpp153 void ambiguous2(AmbiguousConvOp ACO, long L) {} // NO-WARN: Ambiguous, one-way. in ambiguous2()
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp185 return isGLValueFromPointerDeref(ACO->getTrueExpr()) || in isGLValueFromPointerDeref() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13914 const AbstractConditionalOperator *ACO = FindTypeTagExpr() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5132 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>( emitReduction() local