Home
last modified time | relevance | path

Searched defs:expr (Results 26 – 50 of 163) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp381 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 Dstrsuftoll.c111 char *expr; in __weak_alias() local
/freebsd/cddl/compat/opensolaris/include/
H A Dassert.h49 __assert(const char *expr, const char *file, int line) in __assert()
/freebsd/lib/libnv/tests/
H A Dnvlist_append_test.c37 #define CHECK(expr) do { \ argument
/freebsd/contrib/bearssl/T0/
H A DBlobWriter.cs95 internal void Append(string expr) in Append()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js59 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 Dtest.c109 sm_test(success, expr, filename, lineno) in sm_test() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp62 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, in LowerSymbolOperand() local
/freebsd/bin/ed/
H A Dre.c39 static pattern_t *expr = NULL; in get_compiled_pattern() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp60 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 Dossa.h74 #define ossaAssert(agRoot, expr, message) \ argument
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp46 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 DUserExpression.cpp49 llvm::StringRef expr, llvm::StringRef prefix, in UserExpression()
146 llvm::StringRef expr, llvm::StringRef prefix, in Evaluate()
/freebsd/usr.bin/find/
H A Doperator.c124 PLAN *expr; /* pointer to next expression */ in paren_squish() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbuild_bug.h59 #define BUILD_BUG_ON_INVALID(expr) while (0) { (void)(expr); } argument
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h101 #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 Dlz4.c185 # 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 DDWARFExpressionList.h38 DWARFExpressionList(lldb::ModuleSP module_sp, DWARFExpression expr, in DWARFExpressionList()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp106 bool AVR::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_atexit.c79 #define ASSERT(expr) \ argument
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dh_atexit.c70 #define ASSERT(expr) \ argument
/freebsd/contrib/byacc/test/
H A Dbtyacc_calc1.y227 int dot = 0, expr = 0; in YYLEX_DECL() local
H A Dcalc1.y212 int dot = 0, expr = 0; in yylex() local
/freebsd/contrib/kyua/utils/fs/
H A Dpath_test.cpp46 #define REQUIRE_JOIN_ERROR(path1, path2, expr) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp79 auto expr = getExpr(); in fixELFSymbolsInTLSFixups() local

1234567