HomeSort by relevance Sort by last modified time
    Searched refs:Unnamed (Results 1 - 9 of 9) sorted by null

  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 36 struct { int x; } Unnamed;
38 // expected-note@-2 {{unnamed type used in template argument was declared here}}
41 A<__typeof__(Unnamed)> *a9;
43 // expected-warning@-2 {{template argument uses unnamed type}}
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 50 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
52 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One);
55 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data1, One);
56 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, One);
57 uint64_t MD5Res = DIEHash().computeTypeSignature(Unnamed);
107 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
109 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four);
128 Unnamed.addChild(std::move(Member));
130 uint64_t MD5Res = DIEHash().computeTypeSignature(Unnamed);
137 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type)
    [all...]
  /external/autotest/client/common_lib/cros/
avahi_utils.py 173 "ty=Unnamed Device" "txtvers=3" "services=_camera" "model_id=///" \
  /external/abi-dumper/
abi-dumper.pl     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bexport.go 72 type encoding). Unnamed types simply encode their respective fields.
157 // types. The existing compiler invariants assume that unnamed types
784 // types that recur through an unnamed type.
804 yyerrorl(t.Lineno, "cannot export unnamed recursive interface")
909 // use negative length to indicate unnamed parameters
977 // ~r%d is a (formerly) unnamed result.
982 if s.Name[1] == 'r' { // originally an unnamed result
    [all...]
reflect.go 1327 // Unnamed type. Grab the package from the first field, if any.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bexport.go 72 type encoding). Unnamed types simply encode their respective fields.
157 // types. The existing compiler invariants assume that unnamed types
784 // types that recur through an unnamed type.
804 yyerrorl(t.Lineno, "cannot export unnamed recursive interface")
909 // use negative length to indicate unnamed parameters
977 // ~r%d is a (formerly) unnamed result.
982 if s.Name[1] == 'r' { // originally an unnamed result
    [all...]
reflect.go 1327 // Unnamed type. Grab the package from the first field, if any.
    [all...]

Completed in 558 milliseconds