Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
DCodeExpansions.h32 std::string lookup(StringRef Variable) const { in lookup()
38 const_iterator find(StringRef Variable) const { in find()
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.h36 struct Variable { struct
49 // The index of this Variable in Instruction.Variables and its associated argument
62 // - VariableIndex: the index of the Variable holding the value for this Operand argument
DMCInstrDescView.cpp95 SmallVector<Variable, 4> Variables, in Instruction()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValue.h33 class Variable; variable
65 Variable enumerator
DFormatEntity.h49 Variable, enumerator
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Dinline14.C8 enum TYPE { Variable, Constant } type; enumerator
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCUDARuntime.h50 Variable, // Variable enumerator
DCGObjCRuntime.cpp121 const VarDecl *Variable; member
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackFrameLayoutAnalysisPass.cpp55 Variable, // a slot used to store a local data (could be a tmp) enumerator
DMachineInstr.cpp2119 Register Reg, const MDNode *Variable, in BuildMI()
2136 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2171 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
2183 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp50 MachineIRBuilder::buildDirectDbgValue(Register Reg, const MDNode *Variable, in buildDirectDbgValue()
63 MachineIRBuilder::buildIndirectDbgValue(Register Reg, const MDNode *Variable, in buildIndirectDbgValue()
76 const MDNode *Variable, in buildFIDbgValue()
91 const MDNode *Variable, in buildConstDbgValue()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DCloneDetection.h385 const VarDecl *Variable; member
/openbsd/src/gnu/llvm/lldb/source/API/
DSBBlock.cpp119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
/openbsd/src/gnu/llvm/clang/include/clang/Index/
DIndexSymbol.h40 Variable, enumerator
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-private-enumerations.h198 Variable = 1 << 7, enumerator
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DVariable.cpp38 Variable::Variable(lldb::user_id_t uid, const char *name, const char *mangled, in Variable() function in Variable
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DNeonEmitter.cpp289 class Variable { class
294 Variable() : T(Type::getVoid()) {} in Variable() function in __anon29ea3c8b0111::Variable
295 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} in Variable() function in __anon29ea3c8b0111::Variable
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp708 PHINode *Variable = in codegen() local
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DMasmParser.cpp407 struct Variable { struct in __anon3b58d5520111::MasmParser
408 enum RedefinableKind { NOT_REDEFINABLE, WARN_ON_REDEFINITION, REDEFINABLE };
410 StringRef Name;
411 RedefinableKind Redefinable = REDEFINABLE;
412 bool IsText = false;
413 std::string TextValue;
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp820 PHINode *Variable = in codegen() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmtAsm.cpp198 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp778 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
/openbsd/src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp784 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local

123