Searched defs:expr (Results 151 – 163 of 163) sorted by relevance
1234567
| /freebsd/sys/sys/ |
| H A D | sysctl.h | 948 #define SYSCTL_SIZEOF(name, expr) \ argument
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 738 RelExpr expr) { in addEntry()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 3496 llvm::Value *CodeGenFunction::EmitObjCThrowOperand(const Expr *expr) { in EmitObjCThrowOperand()
|
| H A D | CGExpr.cpp | 5143 const AbstractConditionalOperator *expr) { in EmitConditionalOperatorLValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7293 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9740 llvm::StringRef expr, llvm::StringRef prefix, SourceLanguage language, in GetUserExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 5085 void setInit(unsigned Init, Expr *expr) { in setInit()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 2568 intptr_t offset, dtrace_buffer_t *buf, uint64_t expr, uint64_t arg) in dtrace_aggregate()
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2187 AssertionResult AssertIsEven(const char* expr, int n) { in AssertIsEven()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 20077 Decl *Sema::ActOnFileScopeAsmDecl(Expr *expr, in ActOnFileScopeAsmDecl()
|
| H A D | SemaChecking.cpp | 13275 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 71612 #define IfNotOmitAV(expr) (expr) argument 71614 #define IfNotOmitAV(expr) 0 argument
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1089 #define SWIG_contract_assert(expr, msg) \ argument
|
1234567