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

1 2 3 4 5 6 7

  /external/clang/unittests/AST/
ASTImporterTest.cpp 113 hasType(
122 hasType(
131 hasType(
144 hasType(isInteger()))))))));
169 hasType(asString("double")))))))));
178 hasType(asString("float")))))))));
194 hasType(asString("struct s")),
196 hasType(asString("struct s")),
198 equals(42), hasType(asString("int")))),
200 equals(0), hasType(asString("long"))))
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 158 valueDecl(hasType(asString("enum EnumType")))));
160 valueDecl(hasType(asString("void (void)")))));
202 cxxMemberCallExpr(on(hasType(recordDecl(hasName("Y")))));
221 cxxMemberCallExpr(on(hasType(pointsTo(recordDecl(hasName("Y"))))));
710 hasType(asString("struct point")),
713 hasType(asString("double")))))),
716 hasType(asString("struct point")),
765 hasType(asString("const char [4]")),
    [all...]
ASTMatchersNarrowingTest.cpp 34 hasArgument(1, hasType(pointsTo(
39 hasArgument(1, hasType(pointsTo(
45 hasArgument(1, hasType(pointsTo(
487 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base1")))))));
491 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base2")))))));
495 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base1"),
512 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base1")))))));
516 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base2")))))));
520 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base1"),
599 TEST(HasType, MatchesAsString)
    [all...]
ASTMatchersTraversalTest.cpp 117 varDecl(hasName("i"), hasType(qualType(has(builtinType()))))));
120 varDecl(hasName("i"), hasType(qualType(has(pointerType()))))));
125 expr(hasType(pointsTo(recordDecl(hasName("X")))),
136 expr(hasType(pointsTo(recordDecl(hasName("X")))),
167 varDecl(hasType(namedDecl(hasName("S"))))));
173 parmVarDecl(hasType(namedDecl(hasName("I"))))));
176 parmVarDecl(hasType(objcObjectPointerType()))));
180 parmVarDecl(hasType(pointsTo(objcInterfaceDecl(hasName("Foo")))))));
183 parmVarDecl(hasType(templateTypeParmType()))));
186 parmVarDecl(hasType(namedDecl(hasName("T"))))))
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java 69 final boolean hasType = !TextUtils.isEmpty(augmented.getAsString(mTypeColumn));
72 if (hasLabel && !hasType) {
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 49 auto is_method_bind = hasArgument(0, hasType(memberPointerType()));
50 auto is_raw_pointer_receiver = hasArgument(1, hasType(pointerType()));
  /external/llvm/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Linker/
IRMover.h 60 bool hasType(StructType *Ty);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
table.h 34 const bool hasType; // Does the instruction have a type ID operand?
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 365 hasType(pointerType()))),
370 forField(id("var", fieldDecl(hasType(pointerType()))))))),
391 id("expr", expr(hasType(is_scoped_refptr))))),
392 hasAnyArgument(ignoringParenImpCasts(hasType(pointerType()))),
404 hasAnyArgument(id("expr", expr(hasType(is_scoped_refptr)))),
405 hasAnyArgument(hasType(pointerType()))),
418 hasArgument(0, id("expr", expr(hasType(is_scoped_refptr)))),
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 210 else if (RC->hasType(MVT::v16i8))
212 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16))
214 else if (RC->hasType(MVT::v4i32) || RC->hasType(MVT::v4f32))
216 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64))
283 else if (RC->hasType(MVT::v16i8))
285 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16)
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/el/
AElement.java 90 AElement(Object description, boolean hasType) {
92 hasType ? new ATypeElement("type of " + description) : null);

Completed in 558 milliseconds

1 2 3 4 5 6 7