| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | compiler.h | 52 #define ORC_RT_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 53 #define ORC_RT_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument 55 #define ORC_RT_LIKELY(EXPR) (EXPR) argument 56 #define ORC_RT_UNLIKELY(EXPR) (EXPR) argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 216 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 217 #define LLVM_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument 219 #define LLVM_LIKELY(EXPR) (EXPR) argument 220 #define LLVM_UNLIKELY(EXPR) (EXPR) argument
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound_cache.sh | 30 EXPR=`which expr` 163 shift `$EXPR $OPTIND - 1`
|
| /freebsd-13.1/contrib/libfido2/man/ |
| H A D | CMakeLists.txt | 241 math(EXPR MAN_ALIAS_MAX "${MAN_ALIAS_LEN} - 2") 288 math(EXPR j "${i} + 1") 328 math(EXPR j "${i} + 1") 349 math(EXPR j "${i} + 1") 366 math(EXPR j "${i} + 1")
|
| /freebsd-13.1/sys/contrib/libsodium/contrib/ |
| H A D | Findsodium.cmake | 128 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 60") 130 math(EXPR _VS_VERSION "${MSVC_VERSION} / 10 - 50")
|
| /freebsd-13.1/usr.bin/m4/ |
| H A D | eval.c | 896 #ifdef EXPR in dosub() 903 #ifdef EXPR in dosub()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 116 #define EXPR(Kind, Base) in ClassifyInternal() macro
|
| H A D | Expr.cpp | 235 #define EXPR(type, base) \ in getExprLoc() macro 3404 #define EXPR(Type, Base) in HasSideEffects() macro
|
| H A D | ItaniumMangle.cpp | 4156 #define EXPR(Type, Base) in mangleExpression() macro
|
| H A D | ExprConstant.cpp | 15109 #define EXPR(Node, Base) in CheckICE() macro
|
| /freebsd-13.1/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v03.c | 588 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
| H A D | zstd_v02.c | 586 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 112 #define EXPR(Type, Base) \ in EmitStmt() macro
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 728 #define EXPR(Node, Parent) \ macro 3776 #define EXPR(Node, Parent) in TransformStmt() macro 3782 #define EXPR(Node, Parent) case Stmt::Node##Class: in TransformStmt() macro 3824 #define EXPR(Node, Parent) \ in TransformExpr() macro
|