Home
last modified time | relevance | path

Searched defs:ConditionalOperator (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dwarn-double-promotion.c67 void ConditionalOperator(float f, double d, long double ld, int i) { in ConditionalOperator() function
/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h36 class ConditionalOperator; variable
H A DExpr.h4190 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, ConditionalOperator() function
4202 explicit ConditionalOperator(EmptyShell Empty) ConditionalOperator() function
[all...]
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp452 AST_MATCHER(ConditionalOperator, expressionsAreEquivalent) { in AST_MATCHER() argument
469 AST_MATCHER(ConditionalOperator, conditionalOperatorIsInMacro) { in AST_MATCHER() argument
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h44 class ConditionalOperator; variable
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp184 TEST_F(StmtToBlockTest,ConditionalOperator) TEST_F() argument
332 TEST_F(DiscardExprStateTest,ConditionalOperator) TEST_F() argument
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp111 ConditionalOperator, global() enumerator
/llvm-project/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp515 TEST_P(BuildSyntaxTreeTest,ConditionalOperator) TEST_P() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1113 TEST_P(ASTMatchersTest,ConditionalOperator) TEST_P() argument