Home
last modified time | relevance | path

Searched defs:RecordType (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp47 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 Dcxx-uninitialized-object.cpp225 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 DDerived.h19 class RecordType; variable
/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h76 uint16_t RecordType = RecordTypes::NORMAL; member
109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_records.h18 enum class RecordType : uint8_t { Function, Metadata }; enum
/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h32 uint16_t RecordType; member
H A DXRayRecord.h74 uint16_t RecordType; member
/llvm-project/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp
/llvm-project/llvm/lib/XRay/
H A DTrace.cpp74 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h44 enum RecordType : uint8_t { enum
/llvm-project/clang/utils/ABITest/
H A DTypeGen.py89 class RecordType(Type): class
/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp71 uint8_t RecordType = (I[1] & 0xF0) >> 4; in GOFFObjectFile() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp77 typedef FunctionLoweringInfo::StatepointRelocationRecord RecordType; global() typedef
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1222 QualType RecordType{RD->getTypeForDecl(), 0}; in tryConversionOperators() local
1273 QualType RecordType{RD->getTypeForDecl(), 0}; in tryConvertingConstructors() local
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1118 using RecordType = std::pair<StringRef, FuncPair>; writeText() typedef
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1887 TEST_P(ASTMatchersTest,RecordType) TEST_P() argument
/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2102 if (RecordRecTy *RecordType = dyn_cast<RecordRecTy>(getType())) { getFieldType() local
/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1254 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 DSemaTemplateInstantiate.cpp1146 QualType RecordType = FD->getParamDecl(0) PrintInstantiationStack() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1258 namespace RecordType { namespace
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6723 RecordKind RecordType = StringSwitch<RecordKind>(Lex.getStrVal()) parseDebugRecord() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3363 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get(); ReadASTBlock() local