Home
last modified time | relevance | path

Searched refs:TheType (Results 1 – 7 of 7) sorted by relevance

/external/rust/cxx/tests/ui/
Dunnamed_receiver.stderr1 … allowed if the surrounding extern block contains exactly one extern type; use `self: &mut TheType`
7 …only allowed if the surrounding extern block contains exactly one extern type; use `self: &TheType`
/external/llvm-project/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp583 void *P = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
584 …size_t x = __builtin_offsetof(TheType, f2); // expected-warning {{unqualified lookup}} expected-er… in foo()
586 } catch (TheType) { // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
589 _Atomic(TheType) a; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
595 void *p = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in out_of_line()
599 struct TheType { struct
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp583 void *P = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
584 …size_t x = __builtin_offsetof(TheType, f2); // expected-warning {{unqualified lookup}} expected-er… in foo()
586 } catch (TheType) { // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
589 _Atomic(TheType) a; // expected-warning {{unqualified lookup}} expected-error {{no type}} in foo()
595 void *p = new TheType; // expected-warning {{unqualified lookup}} expected-error {{no type}} in out_of_line()
599 struct TheType { struct
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUseAfterMoveCheck.cpp231 const Type *TheType = VD->getType().getNonReferenceType().getTypePtrOrNull(); in isStandardSmartPointer() local
232 if (!TheType) in isStandardSmartPointer()
235 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); in isStandardSmartPointer()
/external/llvm/lib/IR/
DAsmWriter.cpp3136 Type *TheType = Operand->getType(); in printInstruction() local
3147 if (Operand && Operand->getType() != TheType) { in printInstruction()
3156 TypePrinter.print(TheType, Out); in printInstruction()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp4268 Type *TheType = Operand->getType(); in printInstruction() local
4279 if (Operand && Operand->getType() != TheType) { in printInstruction()
4288 TypePrinter.print(TheType, Out); in printInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp4035 Type *TheType = Operand->getType(); in printInstruction() local
4046 if (Operand && Operand->getType() != TheType) { in printInstruction()
4055 TypePrinter.print(TheType, Out); in printInstruction()