Searched refs:First (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/external/nanopb-c/tests/no_messages/
H A Dno_messages.proto4 First = 1;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DSelectorExtras.h20 const char *First,
23 II.push_back(&Ctx.Idents.get(First));
32 const char *First = va_arg(argp, const char *); local
33 assert(First && "keyword selectors must have at least one argument");
34 return getKeywordSelectorImpl(Ctx, First, argp);
39 const char *First, ...) {
41 va_start(argp, First);
42 Selector result = getKeywordSelectorImpl(Ctx, First, argp);
49 const char *First, ...) {
53 va_start(argp, First);
19 getKeywordSelectorImpl(ASTContext &Ctx, const char *First, va_list argp) argument
38 getKeywordSelector(ASTContext &Ctx, const char *First, ...) argument
48 lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, const char *First, ...) argument
[all...]
/external/markdown/MarkdownTest/Tests_2004/
H A DYuri-Links-in-Headers.text12 First with a hash
H A DOrdered and unordered lists.text58 1. First
71 1. First
106 1. First
115 1. First
/external/clang/test/SemaCXX/
H A Dwarn-infinite-recursion.cpp117 template<int First, int Last>
119 if (First + 1 == Last) {
124 DoStuff<First, (First + Last)/2>();
125 DoStuff<(First + Last)/2, Last>();
/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
H A Dmain.cpp14 struct First struct
19 First(int X, int Y) : function in struct:First
48 First first(12,34);
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text58 1. First
71 1. First
106 1. First
115 1. First
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt58 1. First
71 1. First
106 1. First
115 1. First
/external/clang/include/clang/Lex/
H A DPPCallbacks.h325 PPCallbacks *First, *Second; member in class:clang::PPChainedCallbacks
329 : First(_First), Second(_Second) {}
332 delete First;
338 First->FileChanged(Loc, Reason, FileType, PrevFID);
345 First->FileSkipped(ParentFile, FilenameTok, FileType);
351 return First->FileNotFound(FileName, RecoveryPath) ||
360 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
370 First->moduleImport(ImportLoc, Path, Imported);
375 First->EndOfMainFile();
380 First
[all...]
/external/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c43 #define UPDATE_FIRST(First, New) \
44 First = New < First ? New : First
/external/clang/lib/AST/
H A DDeclFriend.cpp64 Decl *First = data().FirstFriend.get(Source); local
65 return First ? cast<FriendDecl>(First) : nullptr;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dhash.h202 template <typename First, typename Second>
203 struct hash<pair<First, Second> > {
204 inline size_t operator()(const pair<First, Second>& key) const {
205 size_t first_hash = hash<First>()(key.first);
215 inline size_t operator()(const pair<First, Second>& a,
216 const pair<First, Second>& b) const {
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h190 template <typename First, typename Second>
191 struct hash<pair<First, Second> > {
192 inline size_t operator()(const pair<First, Second>& key) const {
193 size_t first_hash = hash<First>()(key.first);
203 inline size_t operator()(const pair<First, Second>& a,
204 const pair<First, Second>& b) const {
/external/chromium_org/chrome/browser/sync/glue/
H A Dinvalidation_helper.cc24 for (ModelTypeSet::Iterator it = model_types.First(); it.Good(); it.Inc()) {
/external/chromium_org/components/sync_driver/
H A Dbackend_data_type_configurer.cc27 for (syncer::ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
/external/chromium_org/sync/tools/
H A Dinvalidation_helper.cc24 for (ModelTypeSet::Iterator it = model_types.First(); it.Good(); it.Inc()) {
/external/clang/lib/Format/
H A DTokenAnnotator.h41 : First(Line.Tokens.front().Tok), Level(Line.Level),
51 First->Previous = nullptr;
52 FormatToken *Current = First;
79 FormatToken *First; member in class:clang::format::AnnotatedLine
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/utils/TableGen/
H A DClangASTNodesEmitter.cpp80 Record *First = nullptr, *Last = nullptr; local
84 First = Last = Base;
106 if (!First && Result.first)
107 First = Result.first;
114 if (!First)
115 First = R;
122 if (First) {
128 OS << Base->getName() << ", " << First->getName() << ", "
132 return std::make_pair(First, Last);
145 << macroName(Root.getName()) << "_RANGE(Base, First, Las
[all...]
/external/llvm/lib/CodeGen/
H A DInterferenceCache.cpp152 BI->First = BI->Last = SlotIndex();
162 if (!BI->First.isValid() || StartI < BI->First)
163 BI->First = StartI;
175 if (!BI->First.isValid() || StartI < BI->First)
176 BI->First = StartI;
182 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop;
187 BI->First
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp71 Instruction* First = F.getEntryBlock().begin(); local
72 SI->insertBefore(First);
/external/valgrind/main/drd/tests/
H A Dpth_cond_destroy_busy.stderr.exp9 First pthread_cond_destroy() call returned EBUSY.
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc41 ListItem* list_item = list.First();
60 ListItem* item_iter = list.First();
104 // Test First
105 ListItem* first_item = test_list.First();
141 FailTest(test_list.InsertBefore(test_list.First(),insert_item_first) != 0);
159 FailTest(test_list.First() != NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs_draw.c70 /* First instruction processed? */
84 decl.Range.First = decl.Range.Last = reg;
101 decl.Range.First = decl.Range.Last = reg;
115 for (i = before->Range.First; i < Elements(vsctx->out_remap); i++) {
121 before->Range.First + vsctx->decl_shift);
134 for (i = after->Range.First+1; i < Elements(vsctx->out_remap); i++) {
140 after->Range.First + 1);
154 vsctx->pos_output = decl->Range.First;
201 decl->Range.First += vsctx->decl_shift;
206 for (i = decl->Range.First;
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c70 /* First instruction processed? */
84 decl.Range.First = decl.Range.Last = reg;
101 decl.Range.First = decl.Range.Last = reg;
115 for (i = before->Range.First; i < Elements(vsctx->out_remap); i++) {
121 before->Range.First + vsctx->decl_shift);
134 for (i = after->Range.First+1; i < Elements(vsctx->out_remap); i++) {
140 after->Range.First + 1);
154 vsctx->pos_output = decl->Range.First;
201 decl->Range.First += vsctx->decl_shift;
206 for (i = decl->Range.First;
[all...]

Completed in 1012 milliseconds

1234567891011>>