Searched defs:COND (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/src/__support/ | ||
H A D | libc_assert.h | 19 LIBC_ASSERT(COND) global() argument |
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/ | ||
H A D | LvlTypeParser.cpp | 23 #define ERROR_IF(COND, MSG) \ argument |
H A D | DimLvlMapParser.cpp | 32 #define ERROR_IF(COND, MSG) \ argument |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ | ||
H A D | redundant-expression.cpp | 213 #define COND(x, y, z) ((x)?(y):(z)) macro |
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator |
H A D | Expr.h | 4185 enum { COND, LHS, RHS, END_EXPR }; global() enumerator |