Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project/flang/lib/Frontend/
H A DFrontendOptions.cpp17 bool Fortran::frontend::isFixedFormSuffix(llvm::StringRef suffix) { in isFixedFormSuffix()
24 bool Fortran::frontend::isFreeFormSuffix(llvm::StringRef suffix) { in isFreeFormSuffix()
33 bool Fortran::frontend::isToBePreprocessed(llvm::StringRef suffix) { in isToBePreprocessed()
40 bool Fortran::frontend::isCUDAFortranSuffix(llvm::StringRef suffix) { in isCUDAFortranSuffix()
/llvm-project/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake128 set(suffix "Exports") # legacy variable
130 set(suffix "Targets") variable
159 set(suffix "Exports.cmake") # legacy variable
161 set(suffix "Targets.cmake") variable
189 set(suffix "Exports") # legacy variable
192 set(suffix "Targets") variable
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.ends_with/
H A Dranges.ends_with.pass.cpp71 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); test_iterators() local
86 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); test_iterators() local
101 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); test_iterators() local
116 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); test_iterators() local
131 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); test_iterators() local
146 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); test_iterators() local
161 auto suffix = std::ranges::subrange(Iter2(p.data()), Sent2(Iter2(p.data()))); test_iterators() local
176 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); test_iterators() local
191 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); test_iterators() local
206 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 4))); test_iterators() local
222 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); test_iterators() local
237 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); test_iterators() local
[all...]
/llvm-project/compiler-rt/test/cfi/
H A DCMakeLists.txt4 set(suffix) variable
6 set(suffix ${suffix}-lld) variable
9 set(suffix ${suffix}-thinlto) variable
11 set(suffix ${suffix}-${CFI_TEST_TARGET_ARCH}) variable
[all...]
/llvm-project/flang/unittests/
H A DCMakeLists.txt52 set(suffix .slow) variable
54 set(suffix .test) variable
/llvm-project/lldb/test/API/lang/cpp/enum_types/
H A Dmain.cpp1 #define DEFINE_UNSIGNED_ENUM(suffix, enum_type) \ argument
9 #define DEFINE_SIGNED_ENUM(suffix, enum_type) \ argument
H A DTestCPP11EnumTypes.py10 def check_enum(self, suffix): argument
/llvm-project/llvm/test/MC/ARM/
H A Ddirective-thumb_func.s17 suffix: label
/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp21 for (auto suffix : suffixes) { in LLDB_PLUGIN_DEFINE() local
/llvm-project/clang/lib/Analysis/
H A DCocoaConventions.cpp129 StringRef suffix = functionName.substr(it - start); in followsCreateRule() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp346 llvm::StringRef prefix, suffix; NSNumber_FormatChar() local
359 llvm::StringRef prefix, suffix; NSNumber_FormatShort() local
372 llvm::StringRef prefix, suffix; NSNumber_FormatInt() local
385 llvm::StringRef prefix, suffix; NSNumber_FormatLong() local
399 llvm::StringRef prefix, suffix; NSNumber_FormatInt128() local
415 llvm::StringRef prefix, suffix; NSNumber_FormatFloat() local
428 llvm::StringRef prefix, suffix; NSNumber_FormatDouble() local
831 llvm::StringRef prefix, suffix; NSURLSummaryProvider() local
[all...]
H A DNSString.cpp129 llvm::StringRef prefix, suffix; in NSStringSummaryProvider() local
333 llvm::StringRef prefix, suffix; in NSTaggedString_SummaryProvider() local
H A DCF.cpp95 llvm::StringRef prefix, suffix; in CFBagSummaryProvider() local
278 llvm::StringRef prefix, suffix; in CFBinaryHeapSummaryProvider() local
/llvm-project/lldb/source/Core/
H A DHighlighter.cpp24 llvm::StringRef suffix) { in Set()
/llvm-project/lldb/include/lldb/Host/
H A DEditline.h221 m_prompt_ansi_suffix = std::move(suffix); in SetPromptAnsiSuffix() argument
229 void SetSuggestionAnsiSuffix(std::string suffix) { in SetSuggestionAnsiSuffix() argument
/llvm-project/mlir/test/lib/IR/
H A DTestSlicing.cpp27 StringRef suffix, in createBackwardSliceFunction() argument
/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h343 static AddedStructorArgs suffix(SmallVector<Arg, 1> Args) { in suffix() function
356 static AddedStructorArgCounts suffix(unsigned N) { return {0, N}; } in suffix() function
/llvm-project/polly/lib/External/isl/
H A Disl_printer_private.h38 char *suffix; member
/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp34 StringRef suffix) { in removeExpectedNodeNameSuffix() argument
/llvm-project/lldb/include/lldb/Utility/
H A DStream.h40 llvm::StringRef suffix; ///< ANSI color code to end colorization. member
/llvm-project/lld/COFF/
H A DMinGW.cpp149 for (StringRef suffix : excludeSymbolSuffixes.keys()) in shouldExport() local
/llvm-project/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp159 std::string suffix{path.substr(dot + 1)}; in CompileFortran() local
319 std::string suffix{arg.substr(dot + 1)}; in main() local
/llvm-project/clang/utils/
H A Dtoken-delta.py146 def patchName(name, suffix): argument
/llvm-project/lldb/source/Target/
H A DLanguage.cpp275 llvm::StringRef suffix) { in PrintSupportedLanguagesForExpressions() argument
285 const char *suffix) { in PrintAllLanguages() argument
/llvm-project/lldb/source/Utility/
H A DStream.cpp110 const char *suffix) { in DumpAddress()
122 const char *prefix, const char *suffix) { in DumpAddressRange()

1234