| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| Descriptor.cs | 146 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto), global::Google.Protobuf.Reflection.DescriptorProto.Parser, new[]{ "Name", "Field", "Extension", "NestedType", "EnumType", "ExtensionRange", "OneofDecl", "Options", "ReservedRange", "ReservedName" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange.Parser, new[]{ "Start", "End" }, null, null, null), 147 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange), global::Google.Protobuf.Reflection.DescriptorProto.Types.ReservedRange.Parser, new[]{ "Start", "End" }, null, null, null)}), [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| LoopStrengthReduce.cpp | 480 const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE, 482 if (!Start) return 0; 483 // FlagNW is independent of the start value, step direction, and is 486 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| oledbdep.h | 355 virtual HRESULT WINAPI Start(void) = 0; 365 HRESULT (WINAPI *Start)(IRowsetWatchAll *This); 377 #define IRowsetWatchAll_Start(This) (This)->lpVtbl->Start(This) 465 HRESULT (WINAPI *Start)(IRowsetWatchRegion *This); 483 #define IRowsetWatchRegion_Start(This) (This)->lpVtbl->Start(This) [all...] |
| iiisext.h | 149 virtual HRESULT WINAPI Start(void) = 0; 177 HRESULT (WINAPI *Start)(IISApplicationPool *This); 207 #define IISApplicationPool_Start(This) (This)->lpVtbl->Start(This) [all...] |
| /external/clang/lib/CodeGen/ |
| CGClass.cpp | 148 const CXXRecordDecl *DerivedClass, CastExpr::path_const_iterator Start, 155 for (CastExpr::path_const_iterator I = Start; I != End; ++I) { 272 CastExpr::path_const_iterator Start = PathBegin; 277 // *start* with a step down to the correct virtual base subobject, 279 if ((*Start)->isVirtual()) { 281 cast<CXXRecordDecl>((*Start)->getType()->getAs<RecordType>()->getDecl()); 282 ++Start; 289 VBase ? VBase : Derived, Start, PathEnd); 622 // Start the loop with a block that tests the condition. [all...] |
| /external/clang/lib/Serialization/ |
| ASTReaderDecl.cpp | 409 DeclT *Start, *Canonical, *Current; 412 MergedRedeclIterator(DeclT *Start) 413 : Start(Start), Canonical(nullptr), Current(Start) {} 424 // If we started in the merged portion, we'll reach our start position 428 if (Current == Start || Current == Canonical) [all...] |
| ASTReaderStmt.cpp | 566 SourceLocation Start = ReadSourceLocation(Record, Idx); 570 E->setComponent(I, OffsetOfNode(Start, Record[Idx++], End)); 575 I, OffsetOfNode(Start, ReadDeclAs<FieldDecl>(Record, Idx), End)); 581 OffsetOfNode(Start, Reader.GetIdentifierInfo(F, Record, Idx), End)); [all...] |
| /external/clang/tools/c-index-test/ |
| c-index-test.c | 1012 CXSourceLocation start = clang_getRangeStart(range); local [all...] |
| /external/llvm/lib/CodeGen/ |
| MachinePipeliner.cpp | [all...] |
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| AArch64AsmParser.cpp | [all...] |
| /external/llvm/lib/Target/AMDGPU/ |
| AMDGPUISelLowering.cpp | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| LoopStrengthReduce.cpp | 574 const SCEV *Start = getExactSDiv(AR->getStart(), RHS, SE, 576 if (!Start) return nullptr; 577 // FlagNW is independent of the start value, step direction, and is 580 return SE.getAddRecExpr(Start, Step, AR->getLoop(), SCEV::FlagAnyWrap); [all...] |
| /external/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 88 const Type *Start = reinterpret_cast<const Type *>(Addr); 89 if (!Start) 90 return {Start, Start}; 93 return {Start, Start + (Size / EntSize)}; 423 // The first Verneed entry is at the start of the section. 457 // The first Verdef entry is at the start of the section. [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
| ARMAsmParser.cpp | 223 // Not in an ITBlock to start with. [all...] |
| /external/v8/src/compiler/ |
| wasm-compiler.cc | 146 if (m.HasValue() && !m.Is(val)) return graph()->start(); 168 if (m.HasValue() && !m.Is(val)) return graph()->start(); 381 Node* WasmGraphBuilder::Start(unsigned params) { 382 Node* start = graph()->NewNode(jsgraph()->common()->Start(params)); local 383 graph()->SetStart(start); 384 return start; 389 graph()->start()); 2761 Node* start = Start(wasm_count + 5); local 2840 Node* start = Start(wasm_count + 3); local 2942 Node* start = Start(param_count + 3); local [all...] |
| /external/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 298 void ReplaceText(SourceLocation Start, unsigned OrigLength, 301 if (!Rewrite.ReplaceText(Start, OrigLength, Str) || 305 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); 699 // Get the ID and start/end of the main file. [all...] |
| RewriteObjC.cpp | 249 void ReplaceText(SourceLocation Start, unsigned OrigLength, 252 if (!Rewrite.ReplaceText(Start, OrigLength, Str) || 256 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag); 631 // Get the ID and start/end of the main file. [all...] |
| /external/clang/lib/Sema/ |
| SemaDeclAttr.cpp | 518 /// \param Sidx The attribute argument index to start checking with. 1479 unsigned* start = OwnershipArgs.data(); local [all...] |
| SemaChecking.cpp | 320 unsigned Start, unsigned End); [all...] |
| /external/clang/tools/libclang/ |
| CIndex.cpp | 136 /// start of the token at the end. However, for external clients it is more [all...] |
| /external/llvm/lib/MC/MCParser/ |
| AsmParser.cpp | 88 /// The depth of TheCondStack at the start of the instantiation. 817 const char *Start = getTok().getLoc().getPointer(); 823 return StringRef(Start, End - Start); 827 const char *Start = getTok().getLoc().getPointer(); 834 return StringRef(Start, End - Start); [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| LoopVectorize.cpp | 346 PHINode *createInductionVariable(Loop *L, Value *Start, Value *End, [all...] |
| /external/valgrind/drd/tests/ |
| tsan_unittest.cpp | 173 long start = GetTimeInMs(); local 176 printf ("Time: %4ldms\n", end-start); 281 // An array of threads. Create/start/join all elements at once. {{{1 293 void Start() { 296 ar_[i]->Start(); 341 t.Start(); 368 // 2. Start(Waker) 417 // 2. Start(Waker) 479 t.Start(); 498 // 2. Start(Waker) [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
| gtest-all.cc | 716 << "Invalid shuffle range start " << begin << ": must be in range [0, " 3145 const char* const start = str.c_str(); local 3796 const TimeInMillis start = internal::GetTimeInMillis(); local 3926 const internal::TimeInMillis start = internal::GetTimeInMillis(); local [all...] |
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/ |
| gtest-all.cc | 716 << "Invalid shuffle range start " << begin << ": must be in range [0, " 3145 const char* const start = str.c_str(); local 3796 const TimeInMillis start = internal::GetTimeInMillis(); local 3926 const internal::TimeInMillis start = internal::GetTimeInMillis(); local [all...] |