Searched refs:cpp_string (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-03-17-RegScavengerCrash.ll | 4 %struct.cpp_string = type { i32, i8* } 8 define i32 @cpp_interpret_string(i32 %pfile, %struct.cpp_string* %from, i32 %wide) nounwind { 26 …%tmp134 = getelementptr %struct.cpp_string, %struct.cpp_string* %from, i32 0, i32 1 ; <i8**> [#us…
|
/external/pytorch/tools/jit/ |
D | gen_unboxing.py | 19 from torchgen.gen import cpp_string, get_custom_build_selector, parse_native_yaml 108 schema = cpp_string(str(sig.func))[1:-1]
|
/external/pytorch/tools/autograd/ |
D | gen_python_functions.py | 62 from torchgen.gen import cpp_string, parse_native_yaml, parse_tags_yaml
|
/external/pytorch/torchgen/ |
D | gen.py | 297 def cpp_string(s: str) -> str: function
|