Searched refs:cpp_string (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | cpplib.h | 33 typedef struct cpp_string cpp_string; typedef 171 struct GTY(()) cpp_string { struct 235 struct cpp_string GTY ((tag ("CPP_TOKEN_FLD_STR"))) str; 524 void (*ident) (cpp_reader *, source_location, const cpp_string *); 781 const cpp_string *, size_t, 782 cpp_string *, enum cpp_ttype); 784 const cpp_string *, size_t, 785 cpp_string *, enum cpp_ttype);
|
D | gtype-desc.h | 2280 #define ggc_alloc_cpp_string() ((struct cpp_string *)(ggc_internal_alloc_stat (sizeof (struct cpp_s… 2281 …ggc_alloc_cleared_cpp_string() ((struct cpp_string *)(ggc_internal_cleared_alloc_stat (sizeof (str… 2282 …fine ggc_alloc_vec_cpp_string(n) ((struct cpp_string *)(ggc_internal_vec_alloc_stat (sizeof (struc… 2283 …oc_cleared_vec_cpp_string(n) ((struct cpp_string *)(ggc_internal_cleared_vec_alloc_stat (sizeof (s…
|
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/ |
H A 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…
|
/aosp_15_r20/external/pytorch/tools/jit/ |
H A 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]
|
/aosp_15_r20/external/pytorch/tools/autograd/ |
H A D | gen_python_functions.py | 62 from torchgen.gen import cpp_string, parse_native_yaml, parse_tags_yaml
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | gen.py | 297 def cpp_string(s: str) -> str: function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/ |
D | gtype.state | 15632 (!type struct 582 nil gc_used "cpp_string" 28030 (!pair "cpp_string"
|