| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 381 lldb::UserExpressionSP expr(target.GetUserExpressionForLanguage( in HandleCompletion() local 401 bool CommandObjectExpression::EvaluateExpression(llvm::StringRef expr, in EvaluateExpression() 601 llvm::StringRef expr = args.GetRawPart(); in DoExecute() local
|
| /freebsd/lib/libnetbsd/ |
| H A D | strsuftoll.c | 111 char *expr; in __weak_alias() local
|
| /freebsd/cddl/compat/opensolaris/include/ |
| H A D | assert.h | 49 __assert(const char *expr, const char *file, int line) in __assert()
|
| /freebsd/lib/libnv/tests/ |
| H A D | nvlist_append_test.c | 37 #define CHECK(expr) do { \ argument
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | BlobWriter.cs | 95 internal void Append(string expr) in Append()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.js | 59 let evalExpr = (expr, data) => eval('with (data) { ' + expr + ' }'); argument 98 'if': (expr, data, proceed) => { if (evalExpr(expr, data)) proceed(data); }, argument
|
| /freebsd/contrib/sendmail/libsm/ |
| H A D | test.c | 109 sm_test(success, expr, filename, lineno) in sm_test() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcMCInstLower.cpp | 62 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, in LowerSymbolOperand() local
|
| /freebsd/bin/ed/ |
| H A D | re.c | 39 static pattern_t *expr = NULL; in get_compiled_pattern() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbUtil.cpp | 60 DWARFExpression expr; member 143 void AddDwarfRange(RangeMap &location_map, const DWARFExpression &expr, in AddDwarfRange() 812 DWARFExpression expr; in GetVariableLocationInfo() local 837 DWARFExpression expr = in GetVariableLocationInfo() local 853 DWARFExpression expr; in GetVariableLocationInfo() local
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | ossa.h | 74 #define ossaAssert(agRoot, expr, message) \ argument
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 46 Node *postfix::ParseOneExpression(llvm::StringRef expr, in ParseOneExpression() 98 for (llvm::StringRef expr : exprs) { in ParseFPOProgram() local
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 49 llvm::StringRef expr, llvm::StringRef prefix, in UserExpression() 146 llvm::StringRef expr, llvm::StringRef prefix, in Evaluate()
|
| /freebsd/usr.bin/find/ |
| H A D | operator.c | 124 PLAN *expr; /* pointer to next expression */ in paren_squish() local
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | build_bug.h | 59 #define BUILD_BUG_ON_INVALID(expr) while (0) { (void)(expr); } argument
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 101 #define expect(expr, value) (__builtin_expect((expr), (value))) argument 104 #define likely(expr) expect((expr) != 0, 1) argument 105 #define unlikely(expr) expect((expr) != 0, 0) argument
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 185 # define expect(expr,value) (__builtin_expect ((expr),(value)) ) argument 187 # define expect(expr,value) (expr) argument 192 #define likely(expr) expect((expr) != 0, 1) argument 196 #define unlikely(expr) expect((expr) != 0, 0) argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpressionList.h | 38 DWARFExpressionList(lldb::ModuleSP module_sp, DWARFExpression expr, in DWARFExpressionList()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AVR.cpp | 106 bool AVR::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
|
| /freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | h_atexit.c | 79 #define ASSERT(expr) \ argument
|
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | h_atexit.c | 70 #define ASSERT(expr) \ argument
|
| /freebsd/contrib/byacc/test/ |
| H A D | btyacc_calc1.y | 227 int dot = 0, expr = 0; in YYLEX_DECL() local
|
| H A D | calc1.y | 212 int dot = 0, expr = 0; in yylex() local
|
| /freebsd/contrib/kyua/utils/fs/ |
| H A D | path_test.cpp | 46 #define REQUIRE_JOIN_ERROR(path1, path2, expr) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCExpr.cpp | 79 auto expr = getExpr(); in fixELFSymbolsInTLSFixups() local
|