Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A 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/
H A 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
H A DMCInstrDescView.cpp95 SmallVector<Variable, 4> Variables, in Instruction()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValue.h33 class Variable; variable
65 Variable enumerator
H A DFormatEntity.h49 Variable, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline14.C8 enum TYPE { Variable, Constant } type; enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h50 Variable, // Variable enumerator
H A DCGObjCRuntime.cpp121 const VarDecl *Variable; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp55 Variable, // a slot used to store a local data (could be a tmp) enumerator
H A 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/lldb/source/API/
H A DSBBlock.cpp119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCloneDetection.h385 const VarDecl *Variable; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A 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/Index/
H A DIndexSymbol.h40 Variable, enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-enumerations.h198 Variable = 1 << 7, enumerator
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A 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/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp45 using Variable = uint32_t; typedef
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp289 class Variable { class
294 Variable() : T(Type::getVoid()) {} in Variable() function in __anoncfaa73c60111::Variable
295 Variable(Type T, std::string N) : T(std::move(T)), N(std::move(N)) {} in Variable() function in __anoncfaa73c60111::Variable
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h334 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp708 PHINode *Variable = in codegen() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c903 value llvm_di_variable_get_line(LLVMMetadataRef Variable) { in llvm_di_variable_get_line()
907 value llvm_di_variable_get_file(LLVMMetadataRef Variable) { in llvm_di_variable_get_file()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp820 PHINode *Variable = in codegen() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp407 struct Variable { struct in __anoncc01912d0111::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/clang/lib/Sema/
H A DSemaStmtAsm.cpp198 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp761 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local

123