HomeSort by relevance Sort by last modified time
    Searched full:subobject (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/jpeg/
jpegint.h 19 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */
20 JBUF_CRANK_DEST, /* Run dest subobject only, using saved data */
jcdctmgr.c 20 /* Private subobject for this module */
jddctmgr.c 70 /* Private subobject for this module */
jccolor.c 18 /* Private subobject */
jcmarker.c 649 /* Create the subobject */
jdinput.c 395 /* Create subobject in permanent pool */
jdsample.c 31 /* Private subobject */
  /external/clang/lib/Sema/
SemaInit.cpp 146 /// InitListChecker itself performs a recursive walk of the subobject
158 /// list. Once we have completed our recursive walk of the subobject
164 /// subobject and then continue the initialization from that
166 /// designated subobject and manages backing out the recursion to
542 // Build a structured initializer list corresponding to this subobject.
550 // Check the element types and build the structural subobject.
    [all...]
  /external/clang/include/clang/AST/
RecordLayout.h 61 /// SizeOfLargestEmptySubobject - The size of the largest empty subobject
DeclCXX.h 347 /// \brief True if this class (or any subobject) has mutable fields.
379 /// subobject is trivial, and
394 /// subobject is trivial, and
409 /// class subobject is trivial, and
424 /// class subobject is trivial, and
    [all...]
  /external/clang/lib/AST/
VTTBuilder.cpp 43 "A virtual pointer index already exists for this base subobject!");
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 53 /// This only gets initialized if the base subobject type is
594 // array; otherwise, we can use the subobject type. However,
597 // approximation, which is to use the base subobject type if it
    [all...]
ItaniumCXXABI.cpp 257 // vtable of the correct base subobject. The "function pointer" is an
677 /// base subobject.
701 /// base subobject.
    [all...]
  /external/clang/test/CodeGenCXX/
value-init.cpp 17 // subobject followed by a call to its constructor.
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 121 pf(0.0) { } // expected-error {{cannot initialize a member subobject of type 'float *' with an rvalue of type 'double'}}
expression-traits.cpp 420 // points (refers) to a public base class subobject of a T object, and
  /external/tcpdump/
print-lmp.c 305 * subobject defined for LMP Service Discovery in the UNI 1.0 spec
591 printf("\n\t Subobject, Type: %s (%u), Length: %u",
621 /* Any Unknown Subobject ==> Exit loop */
print-rsvp.c 406 { 4, "Bad initial subobject" },
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 265 gl(" mix(\"subobject offset\", (char *)this - t);");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ggc.h 50 subobject that has had its pointers reordered, the third parameter
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ggc.h 50 subobject that has had its pointers reordered, the third parameter
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
ggc.h 50 subobject that has had its pointers reordered, the third parameter
  /external/svox/pico/lib/
picowa.c 50 /* subobject : WordAnaUnit
picopam.c 143 Function: subobject definition for the pam processing
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 87 "subobject initialization overrides initialization of other fields "
88 "within its enclosing subobject">, InGroup<InitializerOverrides>;
90 "initializer overrides prior initialization of this subobject">,
96 "designator into flexible array member subobject">;
    [all...]

Completed in 642 milliseconds

12 3 4 5