| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | compiler.h | 59 #define ORC_RT_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 60 #define ORC_RT_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument 62 #define ORC_RT_LIKELY(EXPR) (EXPR) argument 63 #define ORC_RT_UNLIKELY(EXPR) (EXPR) argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | definitions.h | 15 #define GWP_ASAN_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 16 #define GWP_ASAN_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 332 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 333 #define LLVM_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument 335 #define LLVM_LIKELY(EXPR) (EXPR) argument 336 #define LLVM_UNLIKELY(EXPR) (EXPR) argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 116 #define EXPR(Kind, Base) in ClassifyInternal() macro
|
| H A D | Expr.cpp | 282 #define EXPR(type, base) \ in getExprLoc() macro 3603 #define EXPR(Type, Base) in HasSideEffects() macro
|
| H A D | ItaniumMangle.cpp | 4984 #define EXPR(Type, Base) in mangleExpression() macro
|
| H A D | ExprConstant.cpp | 17289 #define EXPR(Node, Base) in CheckICE() macro
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 33 #define RET_ON_ERR(EXPR) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 490 #define ASSIGN_OR_RETURN_NONE(TYPE, NAME, EXPR) \ argument
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 79 #define EXPR(Type, Base) case Stmt::Type##Class: in emitStmt() macro
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 123 #define EXPR(Type, Base) \ in EmitStmt() macro
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 522 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
| H A D | zstd_v02.c | 521 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 818 #define EXPR(Node, Parent) \ macro 4301 #define EXPR(Node, Parent) in TransformStmt() macro 4307 #define EXPR(Node, Parent) case Stmt::Node##Class: in TransformStmt() macro 4349 #define EXPR(Node, Parent) \ in TransformExpr() macro
|