Home
last modified time | relevance | path

Searched defs:ternary (Results 1 – 7 of 7) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_test2.cc84 struct ternary { struct
85 const char *arg1;
86 const char *arg2;
87 const char *arg3;
88 const char *res;
H A Disl_ast_build_expr.c2063 isl_ast_expr *ternary, *arg; in add_intermediate_piece() local
/llvm-project/clang/test/AST/
H A Dast-dump-recovery.c31 int ternary = a ? undef : a; variable
H A Dast-dump-recovery.cpp107 int ternary = a ? nullptr : a; global() variable
/llvm-project/clang/test/CoverageMapping/
H A Dif.cpp184 void ternary() { in ternary() function
/llvm-project/clang/test/Analysis/
H A Dlifetime-extended-regions.cpp71 void ternary(bool cond) { in ternary() function
/llvm-project/clang/test/AST/Interp/
H A Dcxx20.cpp