HomeSort by relevance Sort by last modified time
    Searched refs:isSpecialized (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 384 if (To->isSpecialized()) {
385 assert(MostInformativeCandidate->isSpecialized());
473 assert(StaticUpperBound->isSpecialized() ||
474 StaticLowerBound->isSpecialized());
475 assert(!Current || (*Current)->isSpecialized());
572 if (DestObjectPtrType->isSpecialized()) {
806 if (!ReceiverClassType->isSpecialized())
    [all...]
DynamicTypeChecker.cpp 198 if (StaticObjCType->isSpecialized())
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 571 bool ObjCObjectType::isSpecialized() const {
582 return objcObject->isSpecialized();
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 827 if (objcObjectType->isSpecialized()) {
    [all...]

Completed in 1645 milliseconds