/llvm-project/clang/test/Analysis/ |
H A D | cxx-uninitialized-object-ptr-ref.cpp | 47 struct RecordType { struct in NullPtrTest 48 int x; 49 int y; 124 struct RecordType { struct in HeapPointerTest1 126 int x; // no-note 128 int y; // no-note 147 struct RecordType { struct in HeapPointerTest2 148 int x; 149 int y; 172 struct RecordType { struct in StackPointerTest1 [all …]
|
H A D | cxx-uninitialized-object.cpp | 225 struct RecordType { struct in ContainsRecordTest1 226 int x; 227 int y; 245 struct RecordType { struct in ContainsRecordTest2 246 int x; 247 int y; // expected-note{{uninitialized field 'this->rec.y'}} 264 struct RecordType { struct in ContainsRecordTest3 265 int x; // expected-note{{uninitialized field 'this->rec.x'}} 266 int y; // expected-note{{uninitialized field 'this->rec.y'}} 282 struct RecordType { struct in ContainsRecordTest4 [all …]
|
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/ |
H A D | Derived.h | 19 class RecordType; variable
|
/llvm-project/compiler-rt/include/xray/ |
H A D | xray_records.h | 76 uint16_t RecordType = RecordTypes::NORMAL; member 109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_log_records.h | 18 enum class RecordType : uint8_t { Function, Metadata }; enum
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 32 uint16_t RecordType; member
|
H A D | XRayRecord.h | 74 uint16_t RecordType; member
|
/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.cpp |
|
/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 74 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | GOFF.h | 44 enum RecordType : uint8_t { enum
|
/llvm-project/clang/utils/ABITest/ |
H A D | TypeGen.py | 89 class RecordType(Type): class
|
/llvm-project/llvm/lib/Object/ |
H A D | GOFFObjectFile.cpp | 71 uint8_t RecordType = (I[1] & 0xF0) >> 4; in GOFFObjectFile() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | StatepointLowering.cpp | 77 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; global() typedef [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 1222 QualType RecordType{RD->getTypeForDecl(), 0}; in tryConversionOperators() local 1273 QualType RecordType{RD->getTypeForDecl(), 0}; in tryConvertingConstructors() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 1118 using RecordType = std::pair<StringRef, FuncPair>; writeText() typedef
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNodeTest.cpp | 1887 TEST_P(ASTMatchersTest,RecordType) TEST_P() argument
|
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2102 if (RecordRecTy *RecordType = dyn_cast<RecordRecTy>(getType())) { getFieldType() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1254 LLVMDIBuilderCreateMacro(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentMacroFile,unsigned Line,LLVMDWARFMacinfoRecordType RecordType,const char * Name,size_t NameLen,const char * Value,size_t ValueLen) LLVMDIBuilderCreateMacro() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1146 QualType RecordType = FD->getParamDecl(0) PrintInstantiationStack() local
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 1258 namespace RecordType { namespace
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6723 RecordKind RecordType = StringSwitch<RecordKind>(Lex.getStrVal()) parseDebugRecord() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3363 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); ReadASTBlock() local
|