Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/evaluate/
H A DTestVSCode_evaluate.py15 def assertEvaluate(self, expression, regex): argument
20 def assertEvaluateFailure(self, expression): argument
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-xlcompat-expect.c28 long testbuiltin_expect(long expression) { in testbuiltin_expect()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLLDBAssert.cpp22 void lldb_private::lldb_assert(bool expression, const char *expr_text, in lldb_assert()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexDeclareAddress.py16 def __init__(self, addr_name, expression, **kwargs): argument
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/variables/
H A DTestVSCode_variables.py24 def verify_values(self, verify_dict, actual, varref_dict=None, expression=None): argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
H A DDefaultController.py18 def __init__(self, on_line, hit_count, expression, values): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py166 def check_expression(self, expression, expected_result, use_summary=True): argument
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp98 llvm::StringRef name, llvm::StringRef expression, in CreateValueObjectFromExpression()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Ddbgeng.py161 def evaluate_expression(self, expression, frame_idx=0): argument
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp418 StreamString expression; in UnloadImage() local
723 const char *expression, in EvaluateLoaderExpression()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dassert-side-effect.cpp38 #define msvc_assert(expression) (void)( \ argument
H A Dunhandled-self-assignment.cpp31 void assert(int expression){}; in assert()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py264 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h102 Expr expression; member
234 Expr expression; member
/llvm-project-15.0.7/clang/test/Analysis/
H A Dgtest.cpp115 #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py345 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp1761 static const char *SkipLeadingExpressionPathSeparators(const char *expression) { in SkipLeadingExpressionPathSeparators()
1772 ValueObject::GetSyntheticExpressionPathChild(const char *expression, in GetSyntheticExpressionPathChild()
1989 llvm::StringRef expression, ExpressionPathScanEndReason *reason_to_stop, in GetValueForExpressionPath()
2057 llvm::StringRef expression, ExpressionPathScanEndReason *reason_to_stop, in GetValueForExpressionPath_Impl()
2963 llvm::StringRef expression, in CreateValueObjectFromExpression()
2970 llvm::StringRef name, llvm::StringRef expression, in CreateValueObjectFromExpression()
/llvm-project-15.0.7/libunwind/src/
H A DDwarfInstructions.hpp348 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DAffineMap.cpp142 MlirAffineExpr expression, in mlirAffineMapReplace()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-nullptr.cpp284 #define T(expression) H(expression); argument
/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h248 char const* expression = va_arg(list, char const*); (void)expression; in __libcpp_verbose_abort() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py218 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc306 # define GTEST_DEATH_TEST_CHECK_(expression) \ argument
323 # define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ argument
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Demitter.py279 def expression(self, expr: ScalarExpression) -> Value: member in _BodyBuilder
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DStencil.cpp437 Stencil transformer::expression(llvm::StringRef Id) { in expression() function in transformer

12