| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod-undefined.mk | 76 .if 0 && ${:U . \: \} \$ \\ ${EXPR}} 81 SUBST:= ${:U . \: \} \$ \\ ${EXPR}} 83 EXPR= <expr> 98 EXPR:= ${8_DOLLAR} 99 .if ${EXPR} != "\$\$\$\$" 102 EXPR:= ${:U${8_DOLLAR}} 103 .if ${EXPR} != "\$\$\$\$" 107 EXPR:= ${x:L:@_@${8_DOLLAR}@} 108 .if ${EXPR} != "\$\$"
|
| /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/unbound/contrib/ |
| H A D | unbound_cache.sh | 30 EXPR=`which expr` 163 shift `$EXPR $OPTIND - 1`
|
| /freebsd/contrib/ntp/sntp/libevent/cmake/ |
| H A D | AddEventLibrary.cmake | 148 math(EXPR COMPATIBILITY_VERSION "${EVENT_ABI_LIBVERSION_CURRENT}+1") 149 … math(EXPR CURRENT_MINUS_AGE "${EVENT_ABI_LIBVERSION_CURRENT}-${EVENT_ABI_LIBVERSION_AGE}") 156 … math(EXPR CURRENT_MINUS_AGE "${EVENT_ABI_LIBVERSION_CURRENT}-${EVENT_ABI_LIBVERSION_AGE}")
|
| /freebsd/contrib/libevent/cmake/ |
| H A D | AddEventLibrary.cmake | 148 math(EXPR COMPATIBILITY_VERSION "${EVENT_ABI_LIBVERSION_CURRENT}+1") 149 … math(EXPR CURRENT_MINUS_AGE "${EVENT_ABI_LIBVERSION_CURRENT}-${EVENT_ABI_LIBVERSION_AGE}") 156 … math(EXPR CURRENT_MINUS_AGE "${EVENT_ABI_LIBVERSION_CURRENT}-${EVENT_ABI_LIBVERSION_AGE}")
|
| /freebsd/contrib/libfido2/man/ |
| H A D | CMakeLists.txt | 289 math(EXPR MAN_ALIAS_MAX "${MAN_ALIAS_LEN} - 2") 336 math(EXPR j "${i} + 1") 376 math(EXPR j "${i} + 1") 397 math(EXPR j "${i} + 1") 414 math(EXPR j "${i} + 1")
|
| /freebsd/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/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | PGOCtxProfReader.cpp | 33 #define RET_ON_ERR(EXPR) \ argument 34 if (auto Err = (EXPR)) \
|
| /freebsd/usr.bin/m4/ |
| H A D | eval.c | 881 #ifdef EXPR in dosubstr() 888 #ifdef EXPR in dosubstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | MarkupFilter.cpp | 490 #define ASSIGN_OR_RETURN_NONE(TYPE, NAME, EXPR) \ argument 491 auto NAME##Opt = (EXPR); \
|
| /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/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmt.cpp | 79 #define EXPR(Type, Base) case Stmt::Type##Class: 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/CodeGen/ |
| H A D | CGStmt.cpp | 123 #define EXPR(Type, Base) \ in EmitStmt() macro
|
| /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
|