Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 175) sorted by relevance

1234567

/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.starts_with/
H A Dranges.starts_with.pass.cpp76 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); in test_iterators() local
94 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
112 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
130 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); in test_iterators() local
148 …auto prefix = std::ranges::subrange(Iter2(p.data()), Sent2(Iter2(p.data(… in test_iterators() local
166 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 8))); in test_iterators() local
184 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 2))); in test_iterators() local
208 auto prefix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
/llvm-project/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake157 set(prefix "\${${project_upper}_CMAKE_DIR}/${project}") variable
188 set(prefix "") variable
191 set(prefix "${project_lower}-") variable
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py69 def assemble_cover(args, prefix, fragments): argument
209 def bug_report(output_dir, prefix): argument
271 def crash_report(output_dir, prefix): argument
583 def prettify_bug(prefix, output_dir): argument
598 def prettify_crash(prefix, output_dir): argument
628 def chop(prefix, filename): argument
/llvm-project/polly/lib/External/isl/include/isl/
H A Dctx.h178 #define ISL_ARG_CTX_DECL(prefix,st,args) \ argument
181 #define ISL_ARG_CTX_DEF(prefix,st,args) \ argument
187 #define ISL_CTX_GET_INT_DEF(prefix,st,args,field) \ argument
199 #define ISL_CTX_SET_INT_DEF(prefix,st,args,field) \ argument
212 #define ISL_CTX_GET_STR_DEF(prefix,st,args,field) \ argument
224 #define ISL_CTX_SET_STR_DEF(prefix,st,args,field) \ argument
242 #define ISL_CTX_GET_BOOL_DEF(prefix,st,args,field) \ argument
245 #define ISL_CTX_SET_BOOL_DEF(prefix,st,args,field) \ argument
248 #define ISL_CTX_GET_CHOICE_DEF(prefix,st,args,field) \ argument
251 #define ISL_CTX_SET_CHOICE_DEF(prefix,st,args,field) \ argument
/llvm-project/llvm/utils/
H A Dchunk-print-before-all.py16 get_pass_name(line, prefix) global() argument
21 print_chunk(lines, prefix, pass_name) global() argument
/llvm-project/lldb/tools/lldb-dap/
H A DLLDBUtils.cpp16 RunLLDBCommands(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands,llvm::raw_ostream & strm,bool parse_command_directives) RunLLDBCommands() argument
78 RunLLDBCommands(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands,bool & required_command_failed,bool parse_command_directives) RunLLDBCommands() argument
92 RunLLDBCommandsVerbatim(llvm::StringRef prefix,const llvm::ArrayRef<std::string> & commands) RunLLDBCommandsVerbatim() argument
/llvm-project/libc/cmake/modules/
H A DLLVMLibCLibraryRules.cmake118 set(prefix --image=arch=generic,triple=nvptx64-nvidia-cuda,feature=+ptx63) global() variable
120 set(prefix --image=arch=generic,triple=amdgcn-amd-amdhsa) global() variable
/llvm-project/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp470 FunctionPrefixKind prefix = FunctionPrefixDetour; TEST() local
488 FunctionPrefixKind prefix = FunctionPrefixHotPatch; TEST() local
494 FunctionPrefixKind prefix = FunctionPrefixNone; TEST() local
505 FunctionPrefixKind prefix = FunctionPrefixNone; TEST() local
652 FunctionPrefixKind prefix = FunctionPrefixDetour; TEST() local
682 FunctionPrefixKind prefix = FunctionPrefixHotPatch; TEST() local
703 FunctionPrefixKind prefix = FunctionPrefixPadding; TEST() local
733 FunctionPrefixKind prefix = FunctionPrefixPadding; TEST() local
770 FunctionPrefixKind prefix = FunctionPrefixPadding; TEST() local
[all...]
/llvm-project/clang/utils/ABITest/
H A DABITestGen.py300 def printSizeOfType(self, prefix, name, t, output=None, indent=2): argument
307 def printAlignOfType(self, prefix, name, t, output=None, indent=2): argument
314 def printOffsetsOfType(self, prefix, name, t, output=None, indent=2): argument
326 def printValueOfType(self, prefix, name, t, output=None, indent=2): argument
/llvm-project/clang/utils/
H A DCaptureCmd24 def saveCaptureData(prefix, dir, object): argument
/llvm-project/third-party/benchmark/tools/gbench/
H A Dutil.py94 def find_benchmark_flag(prefix, benchmark_flags): argument
108 def remove_benchmark_flags(prefix, benchmark_flags): argument
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-path.c19 const char *prefix; in main() local
/llvm-project/mlir/utils/jupyter/mlir_opt_kernel/
H A Dinstall.py11 def install_my_kernel_spec(user=True, prefix=None): argument
/llvm-project/third-party/benchmark/cmake/
H A Dbenchmark.pc.in1 prefix=@CMAKE_INSTALL_PREFIX@ var
/llvm-project/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dinstall.py13 def install_my_kernel_spec(user=True, prefix=None): argument
/llvm-project/flang/test/Semantics/
H A Dmodfile16.f903 character(2), parameter :: prefix = 'c_' variable
/llvm-project/lldb/unittests/DataFormatter/
H A DFormattersContainerTest.cpp32 for (const std::string &prefix : exact_name_prefixes) { in TEST() local
159 for (const std::string &prefix : exact_name_prefixes) { in TEST() local
/llvm-project/flang/include/flang/Frontend/
H A DTextDiagnosticPrinter.h43 std::string prefix; variable
/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h182 check2(ErrorOr<T> e,llvm::function_ref<std::string ()> prefix) check2() argument
189 check2(Expected<T> e,llvm::function_ref<std::string ()> prefix) check2() argument
/llvm-project/compiler-rt/test/fuzzer/
H A DCustomAllocator.cpp18 static void callFuzzerInterceptors(const char *prefix) { in callFuzzerInterceptors()
/llvm-project/llvm/test/TableGen/
H A DJSON-check.py11 prefix = "CHECK: " variable
/llvm-project/clang/test/Analysis/
H A Dvalist-as-lazycompound.c13 const char *prefix, const char *fmt, ...) { in _dprintf()
/llvm-project/openmp/runtime/test/affinity/format/
H A Dcheck.py11 def __init__(self, filename, prefix): argument
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h33 ExpressionSourceCode(llvm::StringRef name, llvm::StringRef prefix, in ExpressionSourceCode()
/llvm-project/openmp/runtime/tools/
H A Dmessage-converter.py174 generate_enum_file(enumFile, prefix, data) global() argument
234 generate_default_messages_file(defaultFile, prefix, data) global() argument
[all...]

1234567