Home
last modified time | relevance | path

Searched refs: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() argument
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp184 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>(E)) in isGLValueFromPointerDeref()
185 return isGLValueFromPointerDeref(ACO->getTrueExpr()) || in isGLValueFromPointerDeref() local
186 isGLValueFromPointerDeref(ACO->getFalseExpr()); in isGLValueFromPointerDeref()
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14285 const AbstractConditionalOperator *ACO = in PrepareBuiltinElementwiseMathOneArgCall()
14288 if (ACO->getCond()->EvaluateAsBooleanCondition(Result, Ctx, in PrepareBuiltinElementwiseMathOneArgCall()
14291 TypeExpr = ACO->getTrueExpr(); in PrepareBuiltinElementwiseMathOneArgCall()
14293 TypeExpr = ACO->getFalseExpr(); in PrepareBuiltinElementwiseMathOneArgCall()
13914 const AbstractConditionalOperator *ACO = FindTypeTagExpr() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5121 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>( in emitReduction()
5125 RHSExpr = ACO->getCond(); in emitReduction()
5132 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>( emitReduction() local