Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-src/usr.sbin/pmcstudy/
H A Deval_expr.h43 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-src/usr.bin/dtc/
H A Dinput_buffer.cc372 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() argument
395 virtual ~expression() {} in ~expression()
401 void dump(bool nl=false) in dump()
422 source_location loc;
/freebsd-src/stand/libsa/
H A Dassert.c31 __assert(const char *func, const char *file, int line, const char *expression) in __assert()
/freebsd-src/contrib/atf/atf-c/
H A Dmacros.h130 #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-src/crypto/heimdal/lib/kadm5/
H A Dget_princs_c.c40 const char *expression, in kadm5_c_get_principals()
H A Dget_princs_s.c81 const char *expression, in kadm5_s_get_principals()
H A Dcommon_glue.c122 const char *expression, in kadm5_get_principals()
H A Dad.c1019 const char *expression, in kadm5_ad_get_principals()
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp34 void lldb_assert(bool expression, const char *expr_text, const char *func, in lldb_assert()
/freebsd-src/contrib/lutok/
H A Doperations.cpp149 lutok::eval(state& s, const std::string& expression, const int nresults) in eval()
/freebsd-src/contrib/ntp/libntp/lib/isc/
H A Derror.c80 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dtest_addr.c172 inv_param_handler(const wchar_t* expression, in inv_param_handler()
/freebsd-src/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y116 expression_t expression; member
1814 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check()
/freebsd-src/contrib/atf/atf-c++/
H A Dmacros.hpp98 #define ATF_REQUIRE(expression) \ argument
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp119 CreateValueObjectFromExpression(llvm::StringRef name,llvm::StringRef expression,const ExecutionContext & exe_ctx) CreateValueObjectFromExpression() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1727 SkipLeadingExpressionPathSeparators(const char * expression) SkipLeadingExpressionPathSeparators() argument
1738 GetSyntheticExpressionPathChild(const char * expression,bool can_create) GetSyntheticExpressionPathChild() argument
1955 GetValueForExpressionPath(llvm::StringRef expression,ExpressionPathScanEndReason * reason_to_stop,ExpressionPathEndResultType * final_value_type,const GetValueForExpressionPathOptions & options,ExpressionPathAftermath * final_task_on_target) GetValueForExpressionPath() argument
2012 GetValueForExpressionPath_Impl(llvm::StringRef expression,ExpressionPathScanEndReason * reason_to_stop,ExpressionPathEndResultType * final_result,const GetValueForExpressionPathOptions & options,ExpressionPathAftermath * what_next) GetValueForExpressionPath_Impl() argument
2942 CreateValueObjectFromExpression(llvm::StringRef name,llvm::StringRef expression,const ExecutionContext & exe_ctx) CreateValueObjectFromExpression() argument
2949 CreateValueObjectFromExpression(llvm::StringRef name,llvm::StringRef expression,const ExecutionContext & exe_ctx,const EvaluateExpressionOptions & options) CreateValueObjectFromExpression() argument
[all...]
/freebsd-src/crypto/heimdal/kadmin/
H A Dserver.c49 char *password, *expression; in kadmind_dispatch() local
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h102 Expr expression; global() member
242 Expr expression; global() member
[all...]
/freebsd-src/tests/sys/kern/
H A Dfdgrowtable_test.c186 #define REQUIRE(expression) do { \ in ATF_TC_BODY() argument
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp373 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc329 // errno to EINTR. If the expression evaluates to -1 but errno is argument
312 GTEST_DEATH_TEST_CHECK_(expression) global() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp438 Stencil transformer::expression(llvm::StringRef Id) { in expression() function in transformer
/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h77 #define GTEST_ASSERT_(expression, on_failure) \ argument
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp578 CreateValueFromExpression(const char * name,const char * expression) CreateValueFromExpression() argument
587 CreateValueFromExpression(const char * name,const char * expression,SBExpressionOptions & options) CreateValueFromExpression() argument
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dmain.c214 invalid_parameter_handler(const wchar_t * expression, in invalid_parameter_handler()

12