HomeSort by: relevance | last modified time | path
    Searched defs:TheKind (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h 72 Kind TheKind = ScalarKind;
82 : TheKind(kind), TheExpr(expr), Size(size), Flags(flags),
90 : TheKind(CountKind), ConstValue(value),
101 Kind getKind() const { return TheKind; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetCXXABI.h 40 Kind TheKind;
68 TargetCXXABI() : TheKind(GenericItanium) {}
70 TargetCXXABI(Kind kind) : TheKind(kind) {}
73 TheKind = kind;
76 Kind getKind() const { return TheKind; }
ObjCRuntime.h 62 Kind TheKind = MacOSX;
69 : TheKind(kind), Version(version) {}
72 TheKind = kind;
76 Kind getKind() const { return TheKind; }
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 109 Kind TheKind;
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K),
295 Kind getKind() const { return TheKind; }
296 bool isDirect() const { return TheKind == Direct; }
297 bool isInAlloca() const { return TheKind == InAlloca; }
298 bool isExtend() const { return TheKind == Extend; }
299 bool isIgnore() const { return TheKind == Ignore; }
300 bool isIndirect() const { return TheKind == Indirect; }
301 bool isIndirectAliased() const { return TheKind == IndirectAliased; }
302 bool isExpand() const { return TheKind == Expand;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 418 TypeTestResolution::Kind TheKind = TypeTestResolution::Unsat;
670 if (TIL.TheKind == TypeTestResolution::Inline) {
738 if (TIL.TheKind == TypeTestResolution::Unknown)
740 if (TIL.TheKind == TypeTestResolution::Unsat)
756 if (TIL.TheKind == TypeTestResolution::Single)
782 if (TIL.TheKind == TypeTestResolution::AllOnes)
914 TTRes.TheKind = TIL.TheKind;
930 if (TIL.TheKind != TypeTestResolution::Unsat)
933 if (TIL.TheKind == TypeTestResolution::ByteArray |
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 917 } TheKind = Unknown;
942 } TheKind = Indir;
952 } TheKind = Indir;

Completed in 34 milliseconds