Home
last modified time | relevance | path

Searched defs:EXPR (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcompiler.h59 #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 Ddefinitions.h15 #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 DCompiler.h332 #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 DExprClassification.cpp116 #define EXPR(Kind, Base) in ClassifyInternal() macro
H A DExpr.cpp282 #define EXPR(type, base) \ in getExprLoc() macro
3603 #define EXPR(Type, Base) in HasSideEffects() macro
H A DItaniumMangle.cpp4984 #define EXPR(Type, Base) in mangleExpression() macro
H A DExprConstant.cpp17289 #define EXPR(Node, Base) in CheckICE() macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp33 #define RET_ON_ERR(EXPR) \ argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp490 #define ASSIGN_OR_RETURN_NONE(TYPE, NAME, EXPR) \ argument
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp79 #define EXPR(Type, Base) case Stmt::Type##Class: in emitStmt() macro
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp123 #define EXPR(Type, Base) \ in EmitStmt() macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c522 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
H A Dzstd_v02.c521 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h818 #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