Home
last modified time | relevance | path

Searched refs:str (Results 2301 – 2325 of 3732) sorted by relevance

1...<<919293949596979899100>>...150

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp501 Name = Twine(Twine(Name) + Twine("-")).str(); in getLLVMSyncScopeID()
503 Name = Twine(Twine(Name) + Twine("one-as")).str(); in getLLVMSyncScopeID()
560 llvm::MDString::get(C, (Twine("local_arg") + Twine(I)).str())); in createEnqueuedBlockKernel()
562 std::string Name = Invoke->getName().str() + "_kernel"; in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp586 const auto append = [this](StringRef str) { in makeName() argument
587 Scratch.append(str.begin(), str.end()); in makeName()
597 return Scratch.str(); in makeName()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c783 ddi_strtoull(const char *str, char **nptr, int base, u_longlong_t *result) in ddi_strtoull() argument
786 *result = strtoull(str, nptr, base); in ddi_strtoull()
980 kmem_scnprintf(char *restrict str, size_t size, const char *restrict fmt, ...) in kmem_scnprintf() argument
990 n = vsnprintf(str, size, fmt, ap); in kmem_scnprintf()
/freebsd/crypto/heimdal/lib/kafs/
H A Dafskrb5.c200 free_error(struct kafs_data *data, const char *str) in free_error() argument
203 krb5_free_error_message(d->context, str); in free_error()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h912 char *evhttp_encode_uri(const char *str);
929 char *evhttp_uriencode(const char *str, ev_ssize_t size, int space_to_plus);
/freebsd/crypto/openssl/apps/
H A Dopenssl.c196 static void setup_trace(const char *str) in setup_trace() argument
208 val = OPENSSL_strdup(str); in setup_trace()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py245 SHARD_INDEX_ENV_VAR: str(shard_index),
246 TOTAL_SHARDS_ENV_VAR: str(total_shards),
/freebsd/contrib/unbound/util/
H A Dlog.c244 LPCTSTR str = m; in log_vmsg() local
262 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL); in log_vmsg()
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h912 char *evhttp_encode_uri(const char *str);
929 char *evhttp_uriencode(const char *str, ev_ssize_t size, int space_to_plus);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp217 &F, F.getName().str(), Signatures, Resources, in emitEntryTuple()
226 &F, F.getName().str(), Signatures, in emitEntryTupleForLib()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp187 : DependenceGraphInfo(F.getName().str(), D) { in DataDependenceGraph()
201 .str(), in DataDependenceGraph()
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp317 templates.add_variable("cwd", context.cwd().str()); in got_context()
354 test_program->absolute_path().str()); in got_result()
H A Dcmd_db_exec_test.cpp149 (F("A string,BLOB of %s bytes") % std::strlen(memory)).str(), in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp149 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile()
272 << err.str(); in report()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp142 StringRef Comments = DC->CommentsToEmit.str(); in emitComments()
275 StringRef AnnotationsStr = Annotations.str(); in LLVMDisasmInstruction()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHaiku.cpp171 getFilePaths().push_back(GCCInstallation.getInstallPath().str()); in Haiku()
184 addSystemInclude(DriverArgs, CC1Args, Dir.str()); in AddClangSystemIncludeArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp236 std::string StringRep = unwrap(T)->getTargetTriple().str(); in LLVMGetTargetMachineTriple()
346 StringRef Data = OStream.str(); in LLVMTargetMachineEmitToMemoryBuffer()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp59 SharedMemoryName = SharedMemoryNameStream.str(); in reserve()
84 SharedMemoryName = SharedMemoryNameStream.str(); in reserve()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp306 return Name.str(); in getOclOrSpirvBuiltinDemangledName()
325 return Name.substr(Start, Len).str(); in getOclOrSpirvBuiltinDemangledName()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp59 error_strm.Printf("invalid enumeration value '%s'", value.str().c_str()); in SetValueFromString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h81 return (KeyValue.first() + "=" + KeyValue.second).str(); in compose()
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts45 -d, --drift-file=str Ntp drift file to use
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h57 .str(); in ToString()
/freebsd/usr.bin/dtc/
H A Ddtb.hh362 uint32_t add_string(const std::string &str);
/freebsd/lib/libc/aarch64/gen/
H A Dsetjmp.S78 str x1, [sp, #16]

1...<<919293949596979899100>>...150