Searched defs:First (Results 51 - 75 of 90) sorted by relevance

1234

/external/clang/lib/AST/
H A DASTDumper.cpp644 const T *First = D->getFirstDecl(); local
645 if (First != D)
646 OS << " first " << First; local
1618 bool First = true; local
1623 if (!First)
1632 First = false;
H A DVTableBuilder.cpp227 // First, look for the virtual base class.
2666 bool First = true; local
2716 if (Ret > ThisOffset || First) {
2717 First = false;
2722 assert(!First && "Method not found in the given subobject?");
3150 /// algorithm. First, walk the class hierarchy in the usual order, depth first,
3416 // First, see if the Derived class shared the vbptr with a non-virtual base.
H A DDecl.cpp555 const T *First = D->getFirstDecl(); local
556 return First->isInExternCContext();
1882 VarDecl *First = getFirstDecl(); local
1883 for (auto I : First->redecls()) {
1894 VarDecl *First = getFirstDecl(); local
1895 for (auto I : First->redecls()) {
1905 const VarDecl *First = getFirstDecl(); local
1906 for (auto I : First->redecls()) {
2543 /// \c [1,Builtin::First), or a target-specific builtin value.
H A DExpr.cpp3834 Designator &First = local
3836 if (First.isFieldDesignator()) {
3838 StartLoc = SourceLocation::getFromRawEncoding(First.Field.FieldLoc);
3840 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc);
3843 SourceLocation::getFromRawEncoding(First.ArrayOrRange.LBracketLoc);
3872 /// of designators in [First, Last).
3874 const Designator *First,
3876 unsigned NumNewDesignators = Last - First;
3884 Designators[Idx] = *First;
3891 std::copy(First, Las
3873 ExpandDesignator(const ASTContext &C, unsigned Idx, const Designator *First, const Designator *Last) argument
[all...]
/external/clang/lib/Format/
H A DFormat.cpp591 if (I + 1 == E || I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore)
602 TheLine->First != TheLine->Last) {
610 if (I[1]->First->Type == TT_FunctionLBrace &&
627 if (TheLine->First->is(tok::kw_if)) {
632 if (TheLine->First->isOneOf(tok::kw_for, tok::kw_while)) {
638 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) {
651 if (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline)
653 if (I + 2 != E && I[2]->InPPDirective && !I[2]->First->HasUnescapedNewline)
667 (I[1]->First
1849 affectsTokenRange(const FormatToken &First, const FormatToken &Last, bool IncludeLeadingNewlines) argument
[all...]
/external/clang/lib/Parse/
H A DParseExprCXX.cpp43 bool Parser::areTokensAdjacent(const Token &First, const Token &Second) { argument
45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp185 const Expr *First,
189 const Stmt *First,
416 const Expr *First,
433 SVal firstVal = state->getSVal(First, LCtx);
451 emitOverlapBug(C, stateTrue, First, Second);
478 std::swap(First, Second);
493 First->getType());
517 emitOverlapBug(C, stateTrue, First, Second);
527 const Stmt *First, const Stmt *Second) const {
540 report->addRange(First
413 CheckOverlap(CheckerContext &C, ProgramStateRef state, const Expr *Size, const Expr *First, const Expr *Second) const argument
526 emitOverlapBug(CheckerContext &C, ProgramStateRef state, const Stmt *First, const Stmt *Second) const argument
[all...]
/external/lldb/source/Commands/
H A DCommandObjectType.cpp1981 DataVisualization::Categories::Enable(ConstString("default"), TypeCategoryMap::First); member in class:CommandObjectTypeCategoryEnable::TypeCategoryMap
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h254 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
255 APInt First; member in struct:llvm::SelectionDAGBuilder::JumpTableHeader
280 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
282 APInt First; member in struct:llvm::SelectionDAGBuilder::BitTestBlock
637 void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);
/external/llvm/lib/Support/
H A DYAMLParser.cpp1182 wasEscaped(StringRef::iterator First, StringRef::iterator Position);
1185 // 'First' specifies the position of the first character in the string.
1186 static bool wasEscaped(StringRef::iterator First, argument
1188 assert(Position - 1 >= First);
1192 while (I >= First && *I == '\\') --I;
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp1508 MachineInstr *First = BuildMI(MBB, MII, DL, InstDesc, MidReg) local
1518 Worklist.push_back(First);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1265 cmsStage *First, *Last; local
1267 First = cmsPipelineGetPtrToFirstStage(lut);
1270 if (First != NULL)lut ->InputChannels = First ->InputChannels;
1417 cmsBool First = TRUE; local
1435 if (First) {
1437 First = FALSE;
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h912 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
913 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1085 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
/external/tinyxml/
H A Dtinyxml.h822 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
823 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
948 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
949 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
/external/clang/include/clang/Serialization/
H A DASTReader.h200 std::unique_ptr<ASTReaderListener> First; member in class:clang::ChainedASTReaderListener
204 /// Takes ownership of \p First and \p Second.
205 ChainedASTReaderListener(ASTReaderListener *First, ASTReaderListener *Second) argument
206 : First(First), Second(Second) { }
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3105 // First deal with the normal symmetric copies.
4983 bool X86InstrInfo::shouldScheduleAdjacent(MachineInstr* First, argument
5023 switch (First->getOpcode()) {
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h129 unsigned First : 16; /**< UINT */ member in struct:tgsi_declaration_range
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1806 const SomeDecl *First = D->getFirstDecl(); local
1807 if (First->getDeclContext()->isRecord() || !First->isInExternCContext())
/external/clang/lib/Driver/
H A DToolChains.cpp910 // First get the generic Apple args, before moving onto Darwin-specific ones.
1135 std::pair<StringRef, StringRef> First = VersionText.split('.'); local
1136 std::pair<StringRef, StringRef> Second = First.second.split('.');
1139 if (First.first.getAsInteger(10, GoodVersion.Major) ||
1142 GoodVersion.MajorStr = First.first.str();
1148 // First look for a number prefix and parse that if present. Otherwise just
/external/clang/lib/Sema/
H A DSemaLookup.cpp898 // First we lookup local scope.
1493 // First do any local hiding.
1546 static bool HasOnlyStaticMembers(InputIterator First, InputIterator Last) { argument
1547 Decl *D = (*First)->getUnderlyingDecl();
1554 for(; First != Last; ++First) {
1555 D = (*First)->getUnderlyingDecl();
H A DSemaStmt.cpp864 // First, determine if either case value has a name
1587 Stmt *First, FullExprArg second, Decl *secondVar,
1591 if (DeclStmt *DS = dyn_cast_or_null<DeclStmt>(First)) {
1624 DiagnoseUnusedExprResult(First);
1631 return new (Context) ForStmt(Context, First, SecondResult.get(), ConditionVar,
1725 Stmt *First, Expr *collection,
1731 if (First) {
1733 if (DeclStmt *DS = dyn_cast<DeclStmt>(First)) {
1774 Expr *FirstE = cast<Expr>(First);
1776 return StmtError(Diag(First
1586 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
1724 ActOnObjCForCollectionStmt(SourceLocation ForLoc, Stmt *First, Expr *collection, SourceLocation RParenLoc) argument
1900 ActOnCXXForRangeStmt(SourceLocation ForLoc, Stmt *First, SourceLocation ColonLoc, Expr *Range, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1554 Optional<CFGElement> First = BE->getFirstElement(); local
1555 if (Optional<CFGStmt> S = First ? First->getAs<CFGStmt>() : None) {
2780 // First flush the warnings for each BugType. This may end up creating new
3390 // The worklist may have been cleared at this point. First
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp455 bool First = true; local
457 if (!First) OS << " + "; else First = false;
461 if (!First) OS << " + "; else First = false;
466 if (!First) OS << " + "; else First = false;
470 if (!First) OS << " + "; else First = false;
473 if (!First) O
4972 bool First = true; local
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h129 unsigned First : 16; /**< UINT */ member in struct:tgsi_declaration_range
/external/clang/lib/Serialization/
H A DASTReader.cpp72 return First->ReadFullVersionInformation(FullVersion) ||
76 First->ReadModuleName(ModuleName);
80 First->ReadModuleMapFile(ModuleMapPath);
85 return First->ReadLanguageOptions(LangOpts, Complain) ||
91 return First->ReadTargetOptions(TargetOpts, Complain) ||
96 return First->ReadDiagnosticOptions(DiagOpts, Complain) ||
102 return First->ReadFileSystemOptions(FSOpts, Complain) ||
108 return First->ReadHeaderSearchOptions(HSOpts, Complain) ||
114 return First->ReadPreprocessorOptions(PPOpts, Complain,
120 First
4201 bool First = true; local
4881 pp_iterator First = pp_begin; local
[all...]

Completed in 2903 milliseconds

1234