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

1 23 4 5 6

  /external/gmock/test/
gmock-generated-matchers_test.cc 75 using testing::Pointee;
490 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
491 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc     [all...]
  /external/clang/docs/
ControlFlowIntegrity.rst 116 of the pointee type of the cast. The checks are currently only introduced
LibASTMatchersReference.html     [all...]
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 145 "%select{alignment of|offset of the aligned pointer from}0 the base pointee "
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaCast.cpp 666 "Bad destination pointee slipped through.");
667 assert(SrcRecord && "Bad source pointee slipped through.");
749 // When casting from pointer or reference, get pointee type; use original
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 288 constructMatcher("pointee", constructMatcher("isConstQualified"),
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 131 TYPE_CODE_POINTER = 8, // POINTER: [pointee type]
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 272 // Storing to the pointee does not cause the pointer to be captured.
Loads.cpp 63 /// This uses the pointee type to determine how many bytes need to be safe to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 295 // 'pointee' is const.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 295 // 'pointee' is const.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pointer.h 295 // 'pointee' is const.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pointer.h 295 // 'pointee' is const.
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 100 /// // look at Ptr's pointee type
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 75 'Pointee',
  /external/llvm/lib/IR/
ConstantFold.cpp 381 // Pointer size doesn't depend on the pointee type, so canonicalize them
382 // to an arbitrary pointee.
446 // Pointer alignment doesn't depend on the pointee type, so canonicalize them
447 // to an arbitrary pointee.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 294 Explorer.explore_type("the pointee type of %s" % name,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
explore.py 294 Explorer.explore_type("the pointee type of %s" % name,
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
explore.py 294 Explorer.explore_type("the pointee type of %s" % name,
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
explore.py 294 Explorer.explore_type("the pointee type of %s" % name,
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 1695 milliseconds

1 23 4 5 6