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

1 2 3 4 5

  /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/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
table.h 45 const bool hasType; // Does the instruction have a type ID operand?
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 359 hasType(pointerType()))),
364 forField(id("var", fieldDecl(hasType(pointerType()))))))),
385 hasAnyArgument(id("expr", expr(hasType(is_scoped_refptr)))),
386 hasAnyArgument(hasType(pointerType())),
398 hasAnyArgument(id("expr", expr(hasType(is_scoped_refptr)))),
399 hasAnyArgument(hasType(pointerType()))),
412 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/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 88 bool hasType()const { return !(Attrib & SPIRVEA_NOTYPE);}
90 assert(hasType() && "value has no type");
101 assert((!hasType() || Type) && "Invalid type");
115 if (!hasType())
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 122 if (RC->hasType(MVT::i8)) {
124 } else if (RC->hasType(MVT::i16)) {
156 if (RC->hasType(MVT::i8)) {
158 } else if (RC->hasType(MVT::i16)) {
AVRRegisterInfo.cpp 81 if (RC->hasType(MVT::i16)) {
85 if (RC->hasType(MVT::i8)) {
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 63 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 369 expr(hasType(booleanType())))))))))))),
387 expr(hasType(isInteger()),
388 unless(hasType(
407 expr(hasType(
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 56 bool hasType(size_t index, const char *key) const;
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child.go 199 if _, hasType := r.header["Content-Type"]; !hasType {
  /prebuilts/go/linux-x86/src/net/http/cgi/
child.go 199 if _, hasType := r.header["Content-Type"]; !hasType {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
doc.h 233 bool hasType() const { return typePresent != 0; }
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
doc.h 233 bool hasType() const { return typePresent != 0; }
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 136 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) &&
188 if (SVT == MVT::SimpleValueType::Any || RC->hasType(VT))
  /prebuilts/go/darwin-x86/src/go/types/
operand.go 120 hasType := false
131 hasType = true
146 if hasType {
  /prebuilts/go/linux-x86/src/go/types/
operand.go 120 hasType := false
131 hasType = true
146 if hasType {
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 84 _, hasType := m["Content-Type"]
86 if !hasType && !hasTE {
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 84 _, hasType := m["Content-Type"]
86 if !hasType && !hasTE {

Completed in 960 milliseconds

1 2 3 4 5