/freebsd/usr.sbin/pmcstudy/ |
H A D | eval_expr.h | 43 struct expression { struct 44 struct expression *next; /* Next in expression. */ argument 45 struct expression *prev; /* Prev in expression. */ argument 52 struct expression *parse_expression(char *str); argument
|
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 372 struct expression struct 374 typedef text_input_buffer::source_location source_location; 381 typedef std::pair<valty, bool> result; 394 expression(source_location l) : loc(l) {} in expression() function 395 virtual ~expression() {} in ~expression() 401 void dump(bool nl=false) in dump() 422 source_location loc;
|
/freebsd/contrib/atf/atf-c/ |
H A D | macros.h | 130 #define ATF_REQUIRE_MSG(expression, fmt, ...) \ argument 136 #define ATF_CHECK_MSG(expression, fmt, ...) \ argument 142 #define ATF_REQUIRE(expression) \ argument 149 #define ATF_CHECK(expression) \ argument
|
/freebsd/stand/libsa/ |
H A D | assert.c | 31 __assert(const char *func, const char *file, int line, const char *expression) in __assert()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | get_princs_c.c | 40 const char *expression, in kadm5_c_get_principals()
|
H A D | get_princs_s.c | 81 const char *expression, in kadm5_s_get_principals()
|
H A D | common_glue.c | 122 const char *expression, in kadm5_get_principals()
|
H A D | ad.c | 1019 const char *expression, in kadm5_ad_get_principals()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | LLDBAssert.cpp | 34 void lldb_assert(bool expression, const char *expr_text, const char *func, in lldb_assert()
|
/freebsd/contrib/lutok/ |
H A D | operations.cpp | 149 lutok::eval(state& s, const std::string& expression, const int nresults) in eval()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | error.c | 80 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_addr.c | 172 inv_param_handler(const wchar_t* expression, in inv_param_handler()
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 116 expression_t expression; member 1814 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | macros.hpp | 98 #define ATF_REQUIRE(expression) \ argument
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | TypeSynthetic.cpp | 129 llvm::StringRef name, llvm::StringRef expression, in CreateValueObjectFromExpression()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | server.c | 49 char *password, *expression; in kadmind_dispatch() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.h | 104 Expr expression; member 244 Expr expression; member
|
/freebsd/tests/sys/kern/ |
H A D | fdgrowtable_test.c | 186 #define REQUIRE(expression) do { \ in ATF_TC_BODY() argument
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp | 1927 static const char *SkipLeadingExpressionPathSeparators(const char *expression) { in SkipLeadingExpressionPathSeparators() 1938 ValueObject::GetSyntheticExpressionPathChild(const char *expression, in GetSyntheticExpressionPathChild() 2155 llvm::StringRef expression, ExpressionPathScanEndReason *reason_to_stop, in GetValueForExpressionPath() 2223 llvm::StringRef expression, ExpressionPathScanEndReason *reason_to_stop, in GetValueForExpressionPath_Impl() 3537 llvm::StringRef expression, in CreateValueObjectFromExpression() 3544 llvm::StringRef name, llvm::StringRef expression, in CreateValueObjectFromExpression()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | DwarfInstructions.hpp | 373 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression() argument
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 314 #define GTEST_DEATH_TEST_CHECK_(expression) \ argument 331 #define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 438 Stencil transformer::expression(llvm::StringRef Id) { in expression() function in transformer
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest_pred_impl.h | 77 #define GTEST_ASSERT_(expression, on_failure) \ argument
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBValue.cpp | 581 const char *expression) { in CreateValueFromExpression() 590 const char *expression, in CreateValueFromExpression()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 214 invalid_parameter_handler(const wchar_t * expression, in invalid_parameter_handler()
|