Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcompiler.h52 #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 DCompiler.h216 #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 Dunbound_cache.sh30 EXPR=`which expr`
163 shift `$EXPR $OPTIND - 1`
/freebsd-13.1/contrib/libfido2/man/
H A DCMakeLists.txt241 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 DFindsodium.cmake128 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 Deval.c896 #ifdef EXPR in dosub()
903 #ifdef EXPR in dosub()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp116 #define EXPR(Kind, Base) in ClassifyInternal() macro
H A DExpr.cpp235 #define EXPR(type, base) \ in getExprLoc() macro
3404 #define EXPR(Type, Base) in HasSideEffects() macro
H A DItaniumMangle.cpp4156 #define EXPR(Type, Base) in mangleExpression() macro
H A DExprConstant.cpp15109 #define EXPR(Node, Base) in CheckICE() macro
/freebsd-13.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c588 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
H A Dzstd_v02.c586 #define ERROR_GENERATE_STRING(EXPR) ERROR_CONVERTTOSTRING(EXPR) argument
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp112 #define EXPR(Type, Base) \ in EmitStmt() macro
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h728 #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