Searched refs:Interp (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CMakeLists.txt | 14 SOURCE Interp/Opcodes.td 66 Interp/ByteCodeEmitter.cpp 67 Interp/ByteCodeExprGen.cpp 68 Interp/ByteCodeGenError.cpp 69 Interp/ByteCodeStmtGen.cpp 70 Interp/Context.cpp 71 Interp/Descriptor.cpp 72 Interp/Disasm.cpp 73 Interp/EvalEmitter.cpp 74 Interp/Frame.cpp [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/ |
| H A D | BUILD.gn | 6 td_file = "Interp/Opcodes.td" 94 "Interp/ByteCodeEmitter.cpp", 95 "Interp/ByteCodeExprGen.cpp", 96 "Interp/ByteCodeGenError.cpp", 97 "Interp/ByteCodeStmtGen.cpp", 98 "Interp/Context.cpp", 99 "Interp/Descriptor.cpp", 100 "Interp/Disasm.cpp", 101 "Interp/EvalEmitter.cpp", 102 "Interp/Frame.cpp", [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/clang-repl/ |
| H A D | ClangRepl.cpp | 105 auto Interp = ExitOnErr(clang::Interpreter::create(std::move(CI))); in main() local 107 if (auto Err = Interp->ParseAndExecute(input)) in main() 120 if (auto Err = Interp->Undo()) { in main() 127 if (auto Err = Interp->ParseAndExecute(*Line)) { in main() 139 return checkDiagErrors(Interp->getCompilerInstance(), HasError); in main()
|
| /openbsd-src/gnu/usr.bin/clang/libclangAST/ |
| H A D | Makefile | 107 Interp.cpp \ 120 .PATH: ${.CURDIR}/../../../llvm/clang/lib/AST/Interp 132 …${TBLGEN} -I${CLANG_INC} -gen-clang-opcodes ${.CURDIR}/../../../llvm/clang/lib/AST/Interp/Opcodes.…
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 127 DWARFLocationInterpreter Interp( in dumpLocationList() local 135 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in dumpLocationList() 174 DWARFLocationInterpreter Interp(BaseAddr, std::move(LookupAddr)); in visitAbsoluteLocationList() local 176 Expected<std::optional<DWARFLocationExpression>> Loc = Interp.Interpret(E); in visitAbsoluteLocationList()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 195 auto Interp = in create() local 199 return std::move(Interp); in create()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 126 if (ExecutionEngine *Interp = builder.create()) { in LLVMCreateInterpreterForModule() local 127 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 35 implemented as generic template methods in ``Interp.h`` and instantiated
|
| H A D | ClangFormattedStatus.rst | 442 * - clang/lib/AST/Interp
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 323 clang/lib/AST/Interp/ByteCodeGenError.cpp 324 clang/lib/AST/Interp/ByteCodeGenError.h 325 clang/lib/AST/Interp/Context.cpp 326 clang/lib/AST/Interp/Context.h 327 clang/lib/AST/Interp/Descriptor.cpp 328 clang/lib/AST/Interp/Disasm.cpp 329 clang/lib/AST/Interp/EvalEmitter.h 330 clang/lib/AST/Interp/Frame.cpp 331 clang/lib/AST/Interp/Frame.h 332 clang/lib/AST/Interp/InterpState.h [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | g77.texi | 3039 PRINT *, 'Interp 1: IDIM(I*2,I*2) => IDIM(INT(I*2),INT(I*2))' 3043 PRINT *, 'Interp 2: IDIM(I*2,I*2) => INT(DIM(I*2,I*2))' 3047 PRINT *, 'Interp 3: IDIM(I*2,I*2) => DIM(I*2,I*2)' 3074 all implement either @samp{Interp 1} or @samp{Interp 2} above. 3082 @command{f77} compilers all implement @samp{Interp 1}. 3085 IRIX 5.3 @command{f77} compiler implements @samp{Interp 2}. 3089 and IRIX 6.1 @command{f77} compilers all implement @samp{Interp 3}.
|