Home
last modified time | relevance | path

Searched defs:IsStruct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4207 bool IsStruct = FullTy->isStructTy(); in parseFunctionBody() local
4249 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp3300 auto IsStruct = [](std::initializer_list<MatcherRef> Fields) { in isValidStructGUID() local