/external/clang/lib/Sema/ |
SemaFixItUtils.cpp | 34 // If both are pointer types, work with the pointee types.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocSizeofChecker.cpp | 136 // Determine if the pointee and sizeof types are compatible. Here
|
/external/llvm/lib/Transforms/Utils/ |
CloneModule.cpp | 81 // FIXME: Once pointee types are gone we can probably pick one or the
|
/external/webrtc/webrtc/modules/video_coding/ |
video_coding_robustness_unittest.cc | 27 using ::testing::Pointee;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndr64types.h | 194 PNDR64_FORMAT Pointee;
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
macros.h | 80 // pointers, namely where the pointer size is divisible by the pointee
|
/system/core/base/include/android-base/ |
macros.h | 118 // pointers, namely where the pointer size is divisible by the pointee
|
/external/google-breakpad/src/testing/test/ |
gmock-matchers_test.cc | 109 using testing::Pointee; [all...] |
gmock-generated-matchers_test.cc | 74 using testing::Pointee; 488 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _))); 489 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3)))); [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-matchers.h | 117 // example, the MatchAndExplain() method of the Pointee(...) matcher [all...] |
/external/clang/lib/Analysis/ |
FormatString.cpp | 404 QualType pointee = PT->getPointeeType(); local 405 if (pointee->getAsStructureType() || pointee->isVoidType())
|
/external/v8/tools/gcmole/ |
gcmole.cc | 1085 const clang::TagType* pointee = local 1087 if (pointee == NULL) return false; 1090 llvm::dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl()); [all...] |
/system/bt/service/test/ |
low_energy_client_unittest.cpp | 30 using ::testing::Pointee; [all...] |
/art/runtime/base/ |
macros.h | 131 // pointers, namely where the pointer size is divisible by the pointee
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Registry.cpp | 330 REGISTER_MATCHER(pointee);
|
/external/v8/src/base/ |
macros.h | 59 // pointers, namely where the pointer size is divisible by the pointee
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 377 // We don't support pointer with array-type pointee or unsupported pointee 792 // "*" plus pointee name [all...] |
/system/extras/perfprofd/quipper/base/ |
macros.h | 108 // pointers, namely where the pointer size is divisible by the pointee
|
/external/clang/docs/ |
AutomaticReferenceCounting.rst | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
Store.cpp | 141 // casted-pointee type. If so, create a new ElementRegion with 142 // the pointee-cast type as the new ElementType and the index
|
/external/llvm/include/llvm/IR/ |
Type.h | 105 /// of a structure, the pointee of a pointer, the element type of an array, 395 // types as pointee.
|
/external/gmock/test/ |
gmock-matchers_test.cc | 119 using testing::Pointee; [all...] |
gmock-generated-actions_test.cc | [all...] |
/external/clang/unittests/ASTMatchers/ |
ASTMatchersTest.cpp | 828 pointerType(pointee(builtinType())))))); [all...] |
/external/gmock/include/gmock/ |
gmock-matchers.h | 149 // MatchAndExplain() method of the Pointee(...) matcher should [all...] |