/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/llvm/include/llvm/Support/ |
H A D | Compiler.h | 237 #define LLVM_LIKELY(EXPR) __builtin_expect((bool)(EXPR), true) argument 238 #define LLVM_UNLIKELY(EXPR) __builtin_expect((bool)(EXPR), false) argument 240 #define LLVM_LIKELY(EXPR) (EXPR) argument 241 #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 | 283 math(EXPR MAN_ALIAS_MAX "${MAN_ALIAS_LEN} - 2") 330 math(EXPR j "${i} + 1") 370 math(EXPR j "${i} + 1") 391 math(EXPR j "${i} + 1") 408 math(EXPR j "${i} + 1")
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfReader.cpp | 31 #define RET_ON_ERR(EXPR) \ argument 32 if (auto Err = (EXPR)) \
|
/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/usr.bin/m4/ |
H A D | eval.c | 893 #ifdef EXPR in dosub() 900 #ifdef EXPR in dosub()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | MarkupFilter.cpp | 493 #define ASSIGN_OR_RETURN_NONE(TYPE, NAME, EXPR) \ argument 494 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 | 283 #define EXPR(type, base) \ in getExprLoc() macro 3579 #define EXPR(Type, Base) in HasSideEffects() macro
|
H A D | ItaniumMangle.cpp | 4704 #define EXPR(Type, Base) in mangleExpression() macro
|
H A D | ExprConstant.cpp | 16382 #define EXPR(Node, Base) in CheckICE() macro
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v03.c | 584 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
H A D | zstd_v02.c | 582 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 120 #define EXPR(Type, Base) \ in EmitStmt() macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 814 #define EXPR(Node, Parent) \ macro 4101 #define EXPR(Node, Parent) in TransformStmt() macro 4107 #define EXPR(Node, Parent) case Stmt::Node##Class: in TransformStmt() macro 4149 #define EXPR(Node, Parent) \ in TransformExpr() macro
|