HomeSort by relevance Sort by last modified time
    Searched refs:pointerType (Results 1 - 25 of 33) sorted by null

1 2

  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 301 returnStmt(hasAncestor(id("fn", functionDecl(returns(pointerType()))))));
365 hasType(pointerType()))),
370 forField(id("var", fieldDecl(hasType(pointerType()))))))),
392 hasAnyArgument(ignoringParenImpCasts(hasType(pointerType()))),
405 hasAnyArgument(hasType(pointerType()))),
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp     [all...]
ASTMatchersInternalTest.cpp 178 auto PT = selectFirst<PointerType>(
179 "x", match(pointerType().bind("x"), AST->getASTContext()));
ASTMatchersTraversalTest.cpp 92 pointerType(pointee(builtinType()))))));
98 qualType(asString("int ***"), forEachDescendant(pointerType().bind("x"))),
120 varDecl(hasName("i"), hasType(qualType(has(pointerType()))))));
    [all...]
  /external/clang/test/CodeGen/
xcore-stringtype.c 59 // test PointerType
61 // CHECK: @pointerType, !"f{p(si)}(p(si),p(f{p(si)}(p(si))))"}
66 int* pointerType(int *I, int * (*FP)(int *)) {
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 50 auto is_raw_pointer_receiver = hasArgument(1, hasType(pointerType()));
  /frameworks/base/core/java/android/view/
InputDevice.java 821 * @param pointerType the type of the pointer icon.
824 public void setPointerType(int pointerType) {
825 InputManager.getInstance().setPointerIconType(pointerType);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 139 const auto *PtrTy = Ty->getAs<PointerType>();
545 const PointerType *ArgTy = ArgIdx->getType()->getAs<PointerType>();
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 366 REGISTER_MATCHER(pointerType);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 694 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 752 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]

Completed in 745 milliseconds

1 2