/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpansions.h | 32 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 D | MCInstrDescView.h | 36 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 D | MCInstrDescView.cpp | 95 SmallVector<Variable, 4> Variables, in Instruction()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Value.h | 33 class Variable; variable 65 Variable enumerator
|
H A D | FormatEntity.h | 49 Variable, enumerator
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | inline14.C | 8 enum TYPE { Variable, Constant } type; enumerator
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGCUDARuntime.h | 50 Variable, // Variable enumerator
|
H A D | CGObjCRuntime.cpp | 121 const VarDecl *Variable; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | StackFrameLayoutAnalysisPass.cpp | 55 Variable, // a slot used to store a local data (could be a tmp) enumerator
|
H A D | MachineInstr.cpp | 2119 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 D | SBBlock.cpp | 119 [](Variable *) { return true; }, var_list); in AppendVariables() argument
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 385 const VarDecl *Variable; member
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 50 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 D | IndexSymbol.h | 40 Variable, enumerator
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 198 Variable = 1 << 7, enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | Variable.cpp | 38 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 D | WatchedLiteralsSolver.cpp | 45 using Variable = uint32_t; typedef
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 289 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 D | FileCheckImpl.h | 334 NumericVariableUse(StringRef Name, NumericVariable *Variable) in NumericVariableUse()
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 708 PHINode *Variable = in codegen() local
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 903 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 D | toy.cpp | 820 PHINode *Variable = in codegen() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 407 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 D | SemaStmtAsm.cpp | 198 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl()); in extractRegisterName() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 761 Value *Variable = NamedValues[LHSE->getName()]; in codegen() local
|