/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | flexible-array-test.cpp | 17 struct Rec { struct 18 …-warning-re {{variable sized type '{{.*}}' not at the end of a struct or class is a GNU extension}} 21 int x;
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransRetainReleaseDealloc.cpp | 185 Expr *Rec = E->getInstanceReceiver(); in isReturnedAfterAutorelease() local 206 Expr *Rec = E->getInstanceReceiver(); in isPlusOneAssignBeforeOrAfterAutorelease() local 331 void checkForGCDOrXPC(ObjCMessageExpr *Msg, Expr *&RecContainer, in checkForGCDOrXPC()
|
H A D | ObjCMT.cpp | 1958 RewritesReceiver Rec(rewriter); in HandleTranslationUnit() local 2196 RewritesReceiver Rec(rewriter); in applyEditsToTemp() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 39 const Record* Rec; variable
|
H A D | PseudoLoweringEmitter.cpp | 74 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn, in addDagOperandMapping() 122 void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) { in evaluateExpansion()
|
H A D | CodeGenTarget.cpp | 38 MVT::SimpleValueType llvm::getValueType(Record *Rec) { in getValueType() 280 const Record *Rec = Records.getDef(Name); in GetInstByName() local
|
H A D | CodeGenInstruction.cpp | 67 Record *Rec = Arg->getDef(); in CGIOperandList() local 560 Record *Rec = getRecord(); in getMINumOperands() local
|
H A D | AsmMatcherEmitter.cpp | 1017 Record *Rec = OI.Rec; in getOperandClass() local 1024 AsmMatcherInfo::getOperandClass(Record *Rec, int SubOpIdx) { in getOperandClass() 1457 Record *Rec = AllTokenAliases[i]; in buildInfo() local 1490 Record *Rec = Operands[Idx].Rec; in buildInstructionOperandReference() local
|
H A D | CodeGenInstruction.h | 67 Record *Rec; member
|
H A D | DAGISelMatcherEmitter.cpp | 90 unsigned getNodeXFormID(Record *Rec) { in getNodeXFormID()
|
H A D | FastISelEmitter.cpp | 213 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord(); in initialize() local
|
H A D | AsmWriterEmitter.cpp | 852 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction() local
|
H A D | CodeGenDAGPatterns.cpp | 1460 Record *Rec; in getComplexPatternInfo() local 2475 Record *Rec; in HandleUse() local 3059 NameRecord &Rec = Names[P->getName()]; in FindNames() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 44 if (const ObjCMessageExpr *Rec = dyn_cast<ObjCMessageExpr>( in checkForLiteralCreation() local 160 const Expr *Rec = Msg->getInstanceReceiver(); in canRewriteToSubscriptSyntax() local 185 const Expr *Rec = Msg->getInstanceReceiver(); in rewriteToSubscriptGetCommon() local 233 const Expr *Rec = Msg->getInstanceReceiver(); in rewriteToArraySubscriptSet() local 267 const Expr *Rec = Msg->getInstanceReceiver(); in rewriteToDictionarySubscriptSet() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 81 RewritesReceiver Rec(Rewrite); in WriteFixedFiles() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclarationName.cpp | 161 if (const RecordType *Rec = Type->getAs<RecordType>()) in operator <<() local 190 if (const RecordType *Rec = Type->getAs<RecordType>()) in operator <<() local
|
H A D | Type.cpp | 930 RecordDecl *Rec = cast<RecordType>(CanonicalType)->getDecl(); in isIncompleteType() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 222 void setOrigin(CXXRecordDecl *Rec) { Origin = Rec; } in setOrigin()
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 215 Record *Rec = Records.getDef(OS.str()); in apply() local
|
H A D | TGParser.cpp | 30 Record *Rec; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 118 FixitReceiver Rec(MergedFixits); in mergeFixits() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 871 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend); in RecordRelocation() local 885 ELFRelocationEntry Rec(FixupOffset, SymA, Type, Addend); in RecordRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 372 Record *Rec; variable 1228 Init *Rec; // Record we are referring to variable 1665 Record Rec; // Placeholder for template args and Name. member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpressions.h | 795 const SCEVAddRecExpr *Rec = (const SCEVAddRecExpr *) Res; in visitAddRecExpr() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 166 } else if (CXXRecordDecl *Rec = dyn_cast<CXXRecordDecl>(Ctx)) { in getTemplateInstantiationArgs() local
|