Searched refs:First (Results 251 - 275 of 294) sorted by relevance

<<1112

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c1166 first = decl->Range.First;
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp788 // First, we write to GLOB under MU, then we synchronize via PCQ,
2268 // First: Second:
2278 void First() { function in namespace:test46
2299 MyThreadArray t(First, Second);
2312 // First: Second:
2321 void First() { function in namespace:test47
2337 MyThreadArray t(First, Second);
6405 GLOB++; // First access.
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1806 const SomeDecl *First = D->getFirstDecl(); local
1807 if (First->getDeclContext()->isRecord() || !First->isInExternCContext())
/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/clang/lib/AST/
H A DASTContext.cpp204 // First check whether we have a trailing comment.
6378 const VectorType *First = FirstVec->getAs<VectorType>(); local
6380 if (First->getNumElements() == Second->getNumElements() &&
6381 hasSameType(First->getElementType(), Second->getElementType()) &&
6382 First->getVectorKind() != VectorType::AltiVecPixel &&
6383 First->getVectorKind() != VectorType::AltiVecBool &&
6508 // First, lhs protocols in the qualifier list must be found, direct
/external/clang/tools/libclang/
H A DCIndex.cpp105 assert(R1.isValid() && "First range is invalid?");
120 assert(R.isValid() && "First range is invalid?");
439 bool CursorVisitor::visitPreprocessedEntities(InputIterator First, argument
443 for (; First != Last; ++First) {
444 if (!FID.isInvalid() && !PPRec.isEntityInFileID(First, FID))
447 PreprocessedEntity *PPE = *First;
/external/clang/lib/Sema/
H A DSemaDecl.cpp1370 const FunctionDecl *First = FD->getFirstDecl(); local
1371 if (FD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1372 return; // First should already be in the vector.
1376 const VarDecl *First = VD->getFirstDecl(); local
1377 if (VD != First && ShouldWarnIfUnusedFileScopedDecl(First))
1378 return; // First should already be in the vector.
2486 FunctionDecl *First = Old->getFirstDecl(); local
2488 First
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1447 // First add the users of this node to the work list so that they
6186 // First check to see if this is all constant.
8388 /// \brief Check whether or not \p First and \p Second are next to each other
8390 /// by \p First and the bits loaded by \p Second.
8391 static bool areSlicesNextToEachOther(const LoadedSlice &First, argument
8393 assert(First.Origin == Second.Origin && First.Origin &&
8395 APInt UsedBits = First.getUsedBits();
8421 // First (resp. Second) is the first (resp. Second) potentially candidate
8423 const LoadedSlice *First local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c821 unsigned idx = fdec->Range.First;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_vertprog.c821 unsigned idx = fdec->Range.First;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm375 ;# First hev
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm375 ;# First hev
/external/bison/build-aux/
H A Dtexinfo.tex442 % First remove any @comment, then any @c comment.
2553 % itself. First (mandatory) arg is the url.
3198 % First the title page. Must do @settitle before @titlepage.
5113 % First we halve the line length, less a little for the gutter between
6826 % First, check whether we are in the right environment:
7554 % First place the new argument macro definition into \@tempd
7581 % First we save the token context, and initialize argument numbering.
7604 % First the replace in body the macro arguments by their values, the result
7626 % First we allocate the new token list register, and give it a temporary
8904 % First, mak
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store_unittest.cc3823 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1551 const unsigned first = decl->Range.First;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp789 const unsigned first = decl->Range.First, last = decl->Range.Last;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/lldb/source/Commands/
H A DCommandObjectType.cpp1981 DataVisualization::Categories::Enable(ConstString("default"), TypeCategoryMap::First); member in class:CommandObjectTypeCategoryEnable::TypeCategoryMap
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1551 const unsigned first = decl->Range.First;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp789 const unsigned first = decl->Range.First, last = decl->Range.Last;
/external/blktrace/doc/
H A Dblktrace.tex245 First data block=0
/external/blktrace/btt/doc/
H A Dbtt.tex527 \item First there is the total system activity -- meaning activity
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;
/external/clang/include/clang/Sema/
H A DSema.h985 // Otherwise, we need to emit the diagnostic. First flush the underlying
3039 Stmt *First, FullExprArg Second,
3047 Stmt *First, Expr *collection,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c802 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First;
826 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First;

Completed in 937 milliseconds

<<1112