| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 83 static void DumpDWARFExpr(Stream &s, llvm::ArrayRef<uint8_t> expr, Thread *thread) { in DumpDWARFExpr()
|
| /freebsd/contrib/bmake/ |
| H A D | main.c | 849 char *expr = str_concat3("${", varname, "}"); in PrintVariable() local 871 GetBooleanExpr(const char *expr, bool fallback) in GetBooleanExpr()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2368 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 D | hx_locl.h | 153 struct hx_expr *expr; member
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.exp.c | 184 expr(Char ***vp) in expr() function
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | varsyntax_calc1.tab.c | 399 int dot = 0, expr = 0; in yylex() local
|
| H A D | calc1.tab.c | 398 int dot = 0, expr = 0; in yylex() local
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 101 #define expect(expr, value) (__builtin_expect((expr), (value))) argument
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.h | 125 RelExpr expr; member
|
| /freebsd/lib/libmp/ |
| H A D | mpasbn.c | 89 #define BN_ERRCHECK(msg, expr) do { \ argument
|
| /freebsd/sys/ddb/ |
| H A D | db_command.c | 932 db_hex2dec(db_expr_t expr) db_hex2dec() argument
|
| /freebsd/crypto/krb5/src/kadmin/cli/ |
| H A D | kadmin.c | 1577 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 D | ThreadSafetyTIL.h | 1189 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 D | MCELFStreamer.cpp | 355 void MCELFStreamer::fixSymbolsInTLSFixups(const MCExpr *expr) { in fixSymbolsInTLSFixups()
|
| /freebsd/sys/contrib/libnv/ |
| H A D | nvlist.c | 77 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) argument 82 #define PJDLOG_RASSERT(expr, ...) assert(expr) argument
|
| H A D | bsd_nvpair.c | 74 #define PJDLOG_RASSERT(expr, ...) KASSERT(expr, (__VA_ARGS__)) argument 79 #define PJDLOG_RASSERT(expr, ...) assert(expr) argument
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | varsyntax_calc1.tab.c | 561 int dot = 0, expr = 0; in yylex() local
|
| H A D | calc1.tab.c | 560 int dot = 0, expr = 0; in yylex() local
|
| H A D | btyacc_calc1.tab.c | 521 int dot = 0, expr = 0; in YYLEX_DECL() local
|
| H A D | btyacc_demo.tab.c | 157 Expr *expr; member
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | libzfs_input_check.c | 950 #define CHECK(expr) do { \ in validate_ioc_values() argument
|
| /freebsd/usr.bin/dtc/ |
| H A D | input_buffer.cc | 762 binary_operator_base *expr = nullptr; in parse_binary_expression() local
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 1195 SBValue::EvaluateExpression(const char *expr, in EvaluateExpression() 1202 lldb::SBValue SBValue::EvaluateExpression(const char *expr, in EvaluateExpression()
|
| H A D | SBTarget.cpp | 1443 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 D | ARM.cpp | 384 bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
|