Searched refs:TheType (Results 1 – 7 of 7) sorted by relevance
1 … 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`
583 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
231 const Type *TheType = VD->getType().getNonReferenceType().getTypePtrOrNull(); in isStandardSmartPointer() local232 if (!TheType) in isStandardSmartPointer()235 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); in isStandardSmartPointer()
3136 Type *TheType = Operand->getType(); in printInstruction() local3147 if (Operand && Operand->getType() != TheType) { in printInstruction()3156 TypePrinter.print(TheType, Out); in printInstruction()
4268 Type *TheType = Operand->getType(); in printInstruction() local4279 if (Operand && Operand->getType() != TheType) { in printInstruction()4288 TypePrinter.print(TheType, Out); in printInstruction()
4035 Type *TheType = Operand->getType(); in printInstruction() local4046 if (Operand && Operand->getType() != TheType) { in printInstruction()4055 TypePrinter.print(TheType, Out); in printInstruction()