Home
last modified time | relevance | path

Searched defs:Str (Results 5501 – 5525 of 13569) sorted by relevance

1...<<221222223224225226227228229230>>...543

/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DMachineOutliner.cpp240 ArrayRef<unsigned> Str; member in __anon8ce0b97d0111::SuffixTree
496 SuffixTree(const std::vector<unsigned> &Str) : Str(Str) { in SuffixTree()
1197 for (unsigned Str : OF.Sequence) { in createOutlinedFunction() local
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp318 std::unique_ptr<ExprAST> LogError(const char *Str) { in LogError()
323 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP()
706 Value *LogErrorV(const char *Str) { in LogErrorV()
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp318 std::unique_ptr<ExprAST> LogError(const char *Str) { in LogError()
323 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP()
706 Value *LogErrorV(const char *Str) { in LogErrorV()
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp318 std::unique_ptr<ExprAST> LogError(const char *Str) { in LogError()
323 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP()
706 Value *LogErrorV(const char *Str) { in LogErrorV()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp301 std::unique_ptr<ExprAST> LogError(const char *Str) { in LogError()
306 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP()
690 Value *LogErrorV(const char *Str) { in LogErrorV()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp323 std::unique_ptr<ExprAST> LogError(const char *Str) { in LogError()
328 std::unique_ptr<PrototypeAST> LogErrorP(const char *Str) { in LogErrorP()
713 Value *LogErrorV(const char *Str) { in LogErrorV()
/dports/devel/llvm70/llvm-7.0.1.src/utils/TableGen/
H A DAsmWriterEmitter.cpp247 static void UnescapeString(std::string &Str) { in UnescapeString()
300 std::string Str = AWI.Operands[0].Str; in EmitPrintInstruction() local
316 std::string Str = AWI.Operands[0].Str; in EmitPrintInstruction() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp1841 StringRef Str; in handleWeakRefAttr() local
1851 StringRef Str; in handleIFuncAttr() local
1866 StringRef Str; in handleAliasAttr() local
2188 StringRef Str; in handleAttrWithMessage() local
2437 StringRef Str; in handleAvailabilityAttr() local
2828 StringRef Str; in handleWarnUnusedResult() local
2987 StringRef Str; in handleSectionAttr() local
3043 StringRef Str; in handleCodeSegAttr() local
3108 StringRef Str; in handleTargetAttr() local
3671 StringRef Str; in handleAnnotateAttr() local
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DDWARFVerifier.cpp1057 const char *Str = NI.getNameTableEntry(Idx).getString(); in verifyNameIndexBuckets() local
1181 if (const char *Str = DIE.getName(DINameKind::ShortName)) in getNames() local
1187 if (const char *Str = DIE.getName(DINameKind::LinkageName)) { in getNames() local
1210 StringRef Str(CStr); in verifyNameIndexEntries() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp304 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
305 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
306 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1073 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp304 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
305 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
306 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1073 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp304 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
305 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
306 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1073 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1116 const char *Str = NI.getNameTableEntry(Idx).getString(); in verifyNameIndexBuckets() local
1240 if (const char *Str = DIE.getName(DINameKind::ShortName)) in getNames() local
1246 if (const char *Str = DIE.getName(DINameKind::LinkageName)) { in getNames() local
1269 StringRef Str(CStr); in verifyNameIndexEntries() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1116 const char *Str = NI.getNameTableEntry(Idx).getString(); in verifyNameIndexBuckets() local
1240 if (const char *Str = DIE.getName(DINameKind::ShortName)) in getNames() local
1246 if (const char *Str = DIE.getName(DINameKind::LinkageName)) { in getNames() local
1269 StringRef Str(CStr); in verifyNameIndexEntries() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp304 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
305 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
306 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1073 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1116 const char *Str = NI.getNameTableEntry(Idx).getString(); in verifyNameIndexBuckets() local
1240 if (const char *Str = DIE.getName(DINameKind::ShortName)) in getNames() local
1246 if (const char *Str = DIE.getName(DINameKind::LinkageName)) { in getNames() local
1269 StringRef Str(CStr); in verifyNameIndexEntries() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp304 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
305 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
306 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1073 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1001 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp304 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} in Error()
305 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } in ErrorP()
306 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } in ErrorF()
1073 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV()

1...<<221222223224225226227228229230>>...543