/minix3/external/bsd/llvm/dist/clang/test/Misc/ |
H A D | ast-dump-stmt.cpp | 5 int Variable; variable
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | ast.ml | 11 | Variable of string Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
H A D | ast.ml | 11 | Variable of string Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
H A D | ast.ml | 11 | Variable of string Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | ast.ml | 11 | Variable of string Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | ast.ml | 11 | Variable of string Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | ast.ml | 11 | Variable of string Constructor
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTestDeclVisitor.cpp | 19 bool VisitVarDecl(VarDecl *Variable) { in VisitVarDecl()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 48 const MDNode *Variable; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 357 const MDNode *Variable, const MDNode *Expr) { in BuildMI() 384 const MDNode *Variable, const MDNode *Expr) { in BuildMI()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 149 const VarDecl *Variable; member
|
H A D | CGStmt.cpp | 1704 const VarDecl *Variable = dyn_cast<VarDecl>(&Value); in AddVariableConstraints() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
H A D | Cloning.cpp | 258 DIVariable Variable = DBuilder.createLocalVariable( in CreateOldFunctionBodyAndDI() local
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 243 class Variable { class 248 Variable() : T(Type::getVoid()), N("") {} in Variable() function in __anon870a9de20111::Variable 249 Variable(Type T, std::string N) : T(T), N(N) {} in Variable() function in __anon870a9de20111::Variable
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 659 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 767 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
H A D | toy.cpp | 948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 724 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 683 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
H A D | toy.cpp | 1050 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 112 const MDNode *Variable; ///< The debug info variable we are part of. member in __anon6db43db70211::UserValue
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 908 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1124 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 919 Value *Variable = NamedValues[LHSE->getName()]; in Codegen() local
|