Searched refs:CeedStringAllocCopy (Results 1 – 12 of 12) sorted by relevance
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 98 … CeedCallBackend(CeedStringAllocCopy(include_dir_arg.str().c_str(), (char **)&opts[num_opts + i])); in CeedCompileCore_Hip() 112 …CeedCallBackend(CeedStringAllocCopy(define_arg.str().c_str(), (char **)&opts[num_opts + num_jit_so… in CeedCompileCore_Hip()
|
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 75 CeedCall(CeedStringAllocCopy(source_file_path, normalized_source_file_path)); in CeedNormalizePath() 259 … CeedCall(CeedStringAllocCopy(normalized_include_source_path, &(*file_paths)[*num_file_paths])); in CeedLoadSourceToInitializedBuffer()
|
| H A D | ceed-qfunctioncontext.c | 92 CeedCall(CeedStringAllocCopy(field_name, (char **)&ctx->field_labels[ctx->num_fields]->name)); in CeedQFunctionContextRegisterGeneric() 93 …CeedCall(CeedStringAllocCopy(field_description, (char **)&ctx->field_labels[ctx->num_fields]->desc… in CeedQFunctionContextRegisterGeneric()
|
| H A D | ceed-qfunction.c | 108 CeedCall(CeedStringAllocCopy(field_name, (char **)&(*f)->field_name)); in CeedQFunctionFieldSet() 750 CeedCall(CeedStringAllocCopy(name, (char **)&(*qf)->gallery_name)); in CeedQFunctionCreateInteriorByName()
|
| H A D | ceed.c | 344 int CeedStringAllocCopy(const char *source, char **copy) { in CeedStringAllocCopy() function 651 CeedCall(CeedStringAllocCopy(obj_name, &ceed->obj_delegates[count].obj_name)); in CeedSetObjectDelegate() 1358 CeedCall(CeedStringAllocCopy(backends[match_index].prefix, (char **)&(*ceed)->resource)); in CeedInit()
|
| H A D | ceed-operator.c | 1030 CeedCall(CeedStringAllocCopy(field_name, (char **)&(*op_field)->field_name)); in CeedOperatorSetField()
|
| H A D | ceed-preconditioning.c | 55 CeedCall(CeedStringAllocCopy(qf->user_source, &source_path_with_name)); in CeedQFunctionCreateFallback()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 138 … CeedCallBackend(CeedStringAllocCopy(include_dir_arg.str().c_str(), (char **)&opts[num_opts + i])); in CeedCompileCore_Cuda() 152 …CeedCallBackend(CeedStringAllocCopy(define_arg.str().c_str(), (char **)&opts[num_opts + num_jit_so… in CeedCompileCore_Cuda()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 186 CEED_INTERN int CeedStringAllocCopy(const char *source, char **copy);
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 912 function CeedStringAllocCopy(source, copy) function 913 ccall((:CeedStringAllocCopy, libceed), Cint, (Ptr{Cchar}, Ptr{Ptr{Cchar}}), source, copy)
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 185 - Added {c:func}`CeedStringAllocCopy` to reduce repeated code for copying strings internally.
|
| /libCEED/ |
| H A D | coverage.info | 12275 FNA:33,2928,CeedStringAllocCopy
|