Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/sys/contrib/edk2/Include/Library/
H A DDebugLib.h293 #define _ASSERT(Expression) DebugAssert (__FILE_NAME__, __LINE__, #Expression) argument
295 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) argument
319 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument
321 #define _DEBUG(Expression) DebugPrint Expression argument
337 #define ASSERT(Expression) \ argument
347 #define ASSERT(Expression) argument
363 #define DEBUG(Expression) \ argument
370 #define DEBUG(Expression) argument
501 #define DEBUG_CODE(Expression) \ argument
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpression.cpp15 Expression::Expression(Target &target) in Expression() function in Expression
23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression() function in Expression
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp71 DIExpression *Expression, in DbgVariableRecord()
163 MDNode *Expression, MDNode *AssignID, in DbgVariableRecord()
172 MDNode *Expression, MDNode *AssignID, Metadata *Address, in createUnresolvedDbgVariableRecord()
212 Value *Val, DILocalVariable *Variable, DIExpression *Expression, in createDVRAssign()
222 DIExpression *Expression, Value *Address, DIExpression *AddressExpression, in createLinkedDVRAssign()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst399 Expression section in Enumerators
397 .. _Expression: global() target
416 SearchDepthExpression global() argument
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h74 StringRef Expression) const override { in getConstraintRegister()
H A DARM.h215 StringRef Expression) const override { in getConstraintRegister()
H A DAArch64.h191 StringRef Expression) const override { in getConstraintRegister()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp990 auto ProcessLocationExpression = [&](const DWARFExpression &Expression) { in processLocationList()
1004 DWARFExpression Expression(Data, U->getAddressByteSize(), in processLocationList() local
1044 DWARFExpression Expression(Data, U->getAddressByteSize()); in processLocationList() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h50 Expression, enumerator
192 enum class Completion { None, LLDBCommand, Expression }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp436 MCExpr const *Expression; in tryParseExpression() local
513 MCExpr const *Expression = in tryParseRelocExpression() local
571 MCExpr const *Expression; in parseMemriOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp138 struct llvm::GVNPass::Expression { struct in llvm::GVNPass
139 uint32_t opcode;
140 bool commutative = false;
143 Type *type = nullptr;
144 SmallVector<uint32_t, 4> varargs;
146 Expression(uint32_t o = ~2U) : opcode(o) {} in Expression() argument
148 bool operator==(const Expression &other) const { in operator ==()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h113 const DIExpression *Expression; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h90 Expression, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h285 DbgRecordParamRef<DIExpression> Expression; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp359 StringRef Expression = Data.getBytes(C, ExprLength); in parse() local
376 StringRef Expression = Data.getBytes(C, BlockLength); in parse() local
H A DDWARFVerifier.cpp718 DWARFExpression Expression(Data, U->getAddressByteSize(), in verifyDebugInfoAttribute() local
1693 DWARFExpression Expression(Data, U->getAddressByteSize(), in isVariableIndexable() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp40 DWARFExpression Expression(Data, Unit->getAddressByteSize()); in print() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp107 DIExpression *Expression, const DILocation *DI, in createDebugValue()
118 DIExpression *Expression, const DILocation *DI, in createDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h225 Expression(std::unique_ptr<ExpressionAST> AST, ExpressionFormat Format) Expression() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h113 DIExpression *Expression; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h421 std::optional<DWARFExpression> Expression; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp194 static StringRef extractRegisterName(const Expr *Expression, in extractRegisterName()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp30 SVal Symbol, SVal Other, Expr* Expression, SValBuilder &svalBuilder, in conjureOffsetSymbolOnLocation()

123