Searched refs:IsStruct (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h126 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
280 void visitStructType(const DICompositeType *STy, bool IsStruct,
H A DBTFDebug.cpp223 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, argument
226 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION;
453 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, argument
471 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4083 bool IsStruct = FullTy->isStructTy(); local
4086 if (!IsStruct && !IsArray)
4090 if (IsStruct && Index >= FullTy->getStructNumElements())
4096 if (IsStruct)
4125 bool IsStruct = CurTy->isStructTy(); local
4128 if (!IsStruct && !IsArray)
4132 if (IsStruct && Index >= CurTy->getStructNumElements())
4138 if (IsStruct)
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3241 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) {
3265 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T);

Completed in 188 milliseconds