HomeSort by: relevance | last modified time | path
    Searched refs:IsStruct (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.h 130 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
293 void visitStructType(const DICompositeType *STy, bool IsStruct,
BTFDebug.cpp 224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct,
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION;
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct,
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 4207 bool IsStruct = FullTy->isStructTy();
4210 if (!IsStruct && !IsArray)
4214 if (IsStruct && Index >= FullTy->getStructNumElements())
4220 if (IsStruct)
4249 bool IsStruct = CurTy->isStructTy();
4252 if (!IsStruct && !IsArray)
4256 if (IsStruct && Index >= CurTy->getStructNumElements())
4262 if (IsStruct)
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 1947 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() &&
3300 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) {
3324 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T);

Completed in 81 milliseconds