HomeSort by relevance Sort by last modified time
    Searched full:pointee (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/llvm/test/Assembler/
invalid-alias-mismatched-explicit-type.ll 2 ; CHECK: <stdin>:4:12: error: explicit pointee type doesn't match operand's pointee type
invalid-gep-mismatched-explicit-type.ll 2 ; CHECK: <stdin>:4:22: error: explicit pointee type doesn't match operand's pointee type
invalid-load-mismatched-explicit-type.ll 2 ; CHECK: <stdin>:4:13: error: explicit pointee type doesn't match operand's pointee type
  /external/clang/test/SemaCXX/
builtin-assume-aligned.cpp 15 // expected-note@+1 {{alignment of the base pointee object (4 bytes) is less than the asserted 16 bytes}}
19 // expected-note@+1 {{offset of the aligned pointer from the base pointee object (-2 bytes) is not a multiple of the asserted 4 bytes}}
22 // expected-note@+1 {{offset of the aligned pointer from the base pointee object (2 bytes) is not a multiple of the asserted 4 bytes}}
29 // expected-note@+1 {{alignment of the base pointee object (1 byte) is less than the asserted 16 bytes}}
34 // expected-note@+1 {{offset of the aligned pointer from the base pointee object (2 bytes) is not a multiple of the asserted 16 bytes}}
38 // expected-note@+1 {{offset of the aligned pointer from the base pointee object (1 byte) is not a multiple of the asserted 16 bytes}}
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
compare_pointees.hpp 25 // If only one has a valid pointee, returns false.
47 // If y has not a valid pointee, returns false.
48 // ElseIf x has not a valid pointee, returns true.
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 73 QualType pointee = parm->getType()->getPointeeType(); local
74 if (pointee.isNull())
77 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone)
TransAutoreleasePool.cpp 394 QualType pointee = Ty->getPointeeType(); local
395 if (pointee.isNull())
397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /external/ltrace/
type.h 98 * respectively, OWN_INFO and OWN_LENGTH are true, the pointee and
104 /* Initialize INFO so it becomes ARGTYPE_POINTER. The pointee type is
105 * passed in POINTEE_INFO. If OWN_INFO, the pointee type is owned and
lens_default.c 290 struct arg_type_info *pointee = value->type->u.ptr_info.info; local
291 if (pointee->type == ARGTYPE_STRUCT) {
299 if (old_pointee == pointee)
624 * pointee is--most likely this will again be us. */
  /system/connectivity/shill/cellular/
modem_manager_unittest.cc 37 using testing::Pointee;
174 Pointee(Field(&Modem::path_, StrEq(kModemPath)))));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 41 using ::testing::Pointee;
530 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
573 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
689 // Pointee(x) verifies that first byte of the payload equals x, this makes it
691 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
698 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(1), kPayloadLengthBytes,
712 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 238 def assure_is_link_to(self, path, pointee, path_friendly_name):
239 """ Assert that |path| is a symbolic link to |pointee|.
242 @param pointee string pathname that |path| should point to.
247 self.assure(os.readlink(path) == pointee,
249 (path_friendly_name, pointee))
  /external/llvm/test/Bitcode/
invalid.test 37 MISMATCHED-EXPLICIT-GEP: Explicit gep type does not match pointee type of pointer operand
38 MISMATCHED-EXPLICIT-LOAD: Explicit load/store type does not match pointee type of pointer operand
39 MISMATCHED-EXPLICIT-GEP-OPERATOR: Explicit gep operator type does not match pointee type of pointer operand
40 MISMATCHED-EXPLICIT-CALL: Explicit call type does not match pointee type of callee operand
42 MISMATCHED-EXPLICIT-INVOKE: Explicit invoke type does not match pointee type of callee operand
  /external/gmock/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 66 using testing::Pointee;
344 Pointee('*'), 258))
407 Pointee(173), 29))
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 34 using ::testing::Pointee;
229 Encode(_, _, Pointee(ElementsAre(kVideoFrameDelta, kVideoFrameDelta,
240 Encode(_, _, Pointee(ElementsAreArray(&frame_types[0],
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 59 // Else, check the pointee size.
  /external/clang/test/CodeGenCXX/
rtti-layout.cpp 179 // Check that when stripping qualifiers off the pointee type, we correctly handle arrays.
  /external/gmock/
CHANGES 22 * Improvement: Pointee() now works on an optional<T>.
  /external/libchrome/base/message_loop/
message_pump_libevent.h 88 // If this pointer is non-NULL, the pointee is set to true in the
  /external/llvm/bindings/go/llvm/
dibuilder.go 300 Pointee Metadata
312 t.Pointee.C,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 407 "explicit pointee type doesn't match operand's pointee type");
  /external/ceres-solver/include/ceres/internal/
macros.h 125 // pointers, namely where the pointer size is divisible by the pointee

Completed in 333 milliseconds

1 2 3 4 5 6