Home
last modified time | relevance | path

Searched defs:isScope (Results 1 – 10 of 10) sorted by relevance

/external/dagger2/java/dagger/model/
DScope.java61 public static boolean isScope(AnnotationMirror scopeAnnotation) { in isScope() method in Scope
68 public static boolean isScope(TypeElement scopeAnnotationType) { in isScope() method in Scope
87 private boolean isScope(Class<? extends Annotation> annotation) { in isScope() method in Scope
/external/skia/src/sksl/ir/
DSkSLBlock.h49 bool isScope() const { in isScope() function
53 void setIsScope(bool isScope) { in setIsScope()
DSkSLBlock.cpp55 bool isScope) { in Make()
/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp624 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
DSkSLGLSLCodeGenerator.cpp1223 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
DSkSLMetalCodeGenerator.cpp1869 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
/external/skia/src/sksl/
DSkSLRehydrator.cpp361 bool isScope = this->readU8(); in statement() local
/external/llvm/lib/IR/
DVerifier.cpp768 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp871 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp879 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function