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

  /external/clang/test/Analysis/
array-struct.c 10 } STYPE;
39 STYPE s;
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 73 #define TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, STYPE) \
77 typedef STYPE SavedType; \
81 inline const STYPE* TensorProtoData<TYPE>(const TensorProto& t) { \
84 return reinterpret_cast<const STYPE*>(t.FIELD##_val().data()); \
  /prebuilts/build-tools/common/bison/
lalr1.cc 64 #ifndef ]b4_api_PREFIX[STYPE
72 [[ typedef ]b4_api_PREFIX[STYPE semantic_type;]])])[
74 typedef ]b4_api_PREFIX[STYPE semantic_type;
258 #ifndef ]b4_api_PREFIX[STYPE
260 # define ]b4_api_PREFIX[STYPE b4_namespace_ref::b4_parser_class_name::semantic_type
585 [b4_api_PREFIX[STYPE*], [&yylval]][]dnl
    [all...]
glr.cc 256 # ifndef ]b4_api_PREFIX[STYPE
264 [[ typedef ]b4_api_PREFIX[STYPE semantic_type;]])])[
266 typedef ]b4_api_PREFIX[STYPE semantic_type;
336 #ifndef ]b4_api_PREFIX[STYPE
337 # define ]b4_api_PREFIX[STYPE ]b4_namespace_ref[::]b4_parser_class_name[::semantic_type
yacc.c 281 [[b4_api_PREFIX[STYPE const *pushed_val]], [[pushed_val]]]b4_locations_if([,
352 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
    [all...]
glr.c 193 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
symkind.go 46 STYPE
59 // Types STYPE-SFUNCTAB above are written to the .rodata section by default.
130 STYPE,
142 STYPE: STYPERELRO,
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
symkind.go 46 STYPE
59 // Types STYPE-SFUNCTAB above are written to the .rodata section by default.
130 STYPE,
142 STYPE: STYPERELRO,
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 374 s.Type = sym.STYPE
388 s.Type = sym.STYPE
446 s.Type = sym.STYPE
data.go 570 Errorf(s, "unsupported dynamic relocation for symbol %s (type=%d (%s) stype=%d (%s))", r.Sym.Name, r.Type, sym.RelocName(ctxt.Arch, r.Type), r.Sym.Type, r.Sym.Type)
1076 types.Type = sym.STYPE
1121 case sym.STYPE, sym.STYPERELRO, sym.SGOFUNCRELRO:
    [all...]
lib.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 374 s.Type = sym.STYPE
388 s.Type = sym.STYPE
446 s.Type = sym.STYPE
data.go 570 Errorf(s, "unsupported dynamic relocation for symbol %s (type=%d (%s) stype=%d (%s))", r.Sym.Name, r.Type, sym.RelocName(ctxt.Arch, r.Type), r.Sym.Type, r.Sym.Type)
1076 types.Type = sym.STYPE
1121 case sym.STYPE, sym.STYPERELRO, sym.SGOFUNCRELRO:
    [all...]
lib.go     [all...]

Completed in 1587 milliseconds