Home
last modified time | relevance | path

Searched refs:StructName (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/esan/
Dcache_frag.cpp28 const char *StructName; member
87 if (strncmp(Struct->StructName, "union.", 6) == 0) in reportStructCounter()
90 if (strncmp(Struct->StructName, "class.", 6) == 0) { in reportStructCounter()
92 start = &Struct->StructName[6]; in reportStructCounter()
95 start = &Struct->StructName[7]; in reportStructCounter()
136 VPrintf(2, " Register %s: %u fields\n", Struct->StructName, in registerStructInfo()
141 VPrintf(2, " Duplicated %s: %u fields\n", Struct->StructName, in registerStructInfo()
154 VPrintf(2, " Unregister %s: %u fields\n", Struct->StructName, in unregisterStructInfo()
161 VPrintf(2, " Duplicated %s: %u fields\n", Struct->StructName, in unregisterStructInfo()
/external/clang/test/CodeGenCXX/
Ddebug-info-flex-member.cpp5 struct StructName { struct
9 struct StructName SN; argument
/external/deqp/data/gles31/shaders/
Dseparate_shader_validation.test1213 struct StructName
1219 StructName v_val;
1235 struct StructName
1241 StructName v_val;
1262 struct StructName
1268 StructName v_val;
1284 struct StructName
1290 StructName v_val;
1311 struct StructName
1317 StructName v_val;
[all …]
/external/llvm/bindings/go/llvm/
Dstring.go86 if name := t.StructName(); name != "" {
Dir.go579 func (t Type) StructName() string { func