Home
last modified time | relevance | path

Searched defs:expr (Results 101 – 125 of 163) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp83 static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *thread) { in DumpDWARFExpr()
/freebsd/contrib/bmake/
H A Dmain.c849 char *expr = str_concat3("${", varname, "}"); in PrintVariable() local
871 GetBooleanExpr(const char *expr, bool fallback) in GetBooleanExpr()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2368 void handleExpression( ExprLhs<T> const& expr ) { in handleExpression()
2525 void handleExpr( ExprLhs<T> const& expr ) { in handleExpr()
2716 #define INTERNAL_CATCH_THROWS_AS( macroName, exceptionType, resultDisposition, expr ) \ argument
8104 auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& { in operator <<()
8145 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr()
8253 std::string expr; expr.reserve(m_info.capturedExpression.size() + 3); in getExpression() local
8265 std::string expr; in getExpressionInMacro() local
8283 std::string expr = m_resultData.reconstructExpression(); in getExpandedExpression() local
8313 … MatchExpr<std::string, StringMatcher const&> expr( exceptionMessage, matcher, matcherString ); in handleExceptionMatchExpr() local
12808 ITransientExpression const& expr, in handleExpr()
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx_locl.h153 struct hx_expr *expr; member
/freebsd/contrib/tcsh/
H A Dsh.exp.c184 expr(Char ***vp) in expr() function
/freebsd/contrib/byacc/test/yacc/
H A Dvarsyntax_calc1.tab.c399 int dot = 0, expr = 0; in yylex() local
H A Dcalc1.tab.c398 int dot = 0, expr = 0; in yylex() local
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h101 #define expect(expr, value) (__builtin_expect((expr), (value))) argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h125 RelExpr expr; member
/freebsd/lib/libmp/
H A Dmpasbn.c89 #define BN_ERRCHECK(msg, expr) do { \ argument
/freebsd/sys/ddb/
H A Ddb_command.c932 db_hex2dec(db_expr_t expr) db_hex2dec() argument
/freebsd/crypto/krb5/src/kadmin/cli/
H A Dkadmin.c1577 char *expr, **names; in kadmin_getprincs() local
1828 char *expr, **names; in kadmin_getpols() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1189 SExpr *expr() { return Expr0; } in expr() function
1190 const SExpr *expr() const { return Expr0; } in expr() function
1275 SExpr *expr() { return Expr0; } in expr() function
1276 const SExpr *expr() const { return Expr0; } in expr() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp355 void MCELFStreamer::fixSymbolsInTLSFixups(const MCExpr *expr) { in fixSymbolsInTLSFixups()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c77 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) argument
82 #define PJDLOG_RASSERT(expr, ...) assert(expr) argument
H A Dbsd_nvpair.c74 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) argument
79 #define PJDLOG_RASSERT(expr, ...) assert(expr) argument
/freebsd/contrib/byacc/test/btyacc/
H A Dvarsyntax_calc1.tab.c561 int dot = 0, expr = 0; in yylex() local
H A Dcalc1.tab.c560 int dot = 0, expr = 0; in yylex() local
H A Dbtyacc_calc1.tab.c521 int dot = 0, expr = 0; in YYLEX_DECL() local
H A Dbtyacc_demo.tab.c157 Expr *expr; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dlibzfs_input_check.c950 #define CHECK(expr) do { \ in validate_ioc_values() argument
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc762 binary_operator_base *expr = nullptr; in parse_binary_expression() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1195 SBValue::EvaluateExpression(const char *expr, in EvaluateExpression()
1202 lldb::SBValue SBValue::EvaluateExpression(const char *expr, in EvaluateExpression()
H A DSBTarget.cpp1443 const char *expr) { in CreateValueFromExpression()
2282 lldb::SBValue SBTarget::EvaluateExpression(const char *expr) { in EvaluateExpression()
2297 lldb::SBValue SBTarget::EvaluateExpression(const char *expr, in EvaluateExpression()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp384 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()

1234567