/external/llvm/lib/CodeGen/ |
AtomicExpandPass.cpp | 242 [](IRBuilder<> &Builder, Value *Loaded) { return Loaded; }); 277 Value *Loaded = Builder.CreateExtractValue(Pair, 0, "loaded"); 279 LI->replaceAllUsesWith(Loaded); 332 Value *Loaded, Value *NewVal, 336 Addr, Loaded, NewVal, MemOpOrder, 345 Value *Loaded, Value *Inc) { 351 return Builder.CreateAdd(Loaded, Inc, "new"); 353 return Builder.CreateSub(Loaded, Inc, "new") [all...] |
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 476 /// \brief Represents a lazily-loaded vector of data. 478 /// The lazily-loaded vector of data contains data that is partially loaded 480 /// items loaded from the external source are loaded lazily, when needed for 486 SmallVector<T, LoadedStorage> Loaded; 494 /// loaded from the external source while non-negative values are used to 498 /// values (corresponding to loaded entities), so that position -M 499 /// corresponds to element 0 in the loaded entities vector, position -M+1 500 /// corresponds to element 1 in the loaded entities vector, etc. Thi [all...] |
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 94 assert(0 && "Out-of bounds loaded preprocessed entity"); 139 Loaded = ExternalSource->findPreprocessedEntitiesInRange(Range); 142 if (Loaded.first == Loaded.second) 147 // Check if range spans loaded entities. 149 return std::make_pair(int(Loaded.first)-TotalLoaded, 150 int(Loaded.second)-TotalLoaded); 152 // Range spands loaded and local entities. 153 return std::make_pair(int(Loaded.first)-TotalLoaded, Local.second); 331 "Out-of bounds loaded preprocessed entity") [all...] |
/external/v8/test/webkit/ |
tostring-exception-in-property-access.js | 47 testFailed('FAIL: Loaded property from object when subscript threw.');
|
/external/opencv3/samples/winrt/ImageManipulations/common/ |
LayoutAwarePage.cpp | 45 Loaded += ref new RoutedEventHandler(this, &LayoutAwarePage::OnLoaded); 254 /// Invoked as an event handler, typically on the <see cref="Loaded"/> event of a 264 /// <see cref="LayoutAwarePage"/> automatically invoke these handlers in their Loaded and Unloaded
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 183 /// This is called for each AST file loaded. 403 /// \brief The global module index, if loaded. 419 /// \brief Types that have already been loaded from the chain. 422 /// ID = (I + 1) << FastQual::Width has already been loaded 433 /// \brief Declarations that have already been loaded from the chain. 436 /// = I + 1 has already been loaded. 455 /// \brief Declaration updates for already-loaded declarations that we need 463 /// that we needed but hadn't loaded yet. 466 /// \brief Exception specification updates that have been loaded but not yet 527 // will be realized when the context is actually loaded [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | 430 // module import of an implicitly-loaded module file. [all...] |
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
coverage_html.js | 172 // Loaded on index.html
|
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/ |
byte-buddy-1.4.33.jar | |
/prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/ |
equalsverifier-2.1.5.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | [all...] |
/external/jemalloc/bin/ |
jeprof.in | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/v8/test/mjsunit/asm/embenchen/ |
copy.js | [all...] |
corrections.js | [all...] |
primes.js | [all...] |
fannkuch.js | [all...] |
fasta.js | [all...] |
memops.js | [all...] |
/external/v8/test/mjsunit/wasm/embenchen/ |
copy.js | [all...] |
corrections.js | [all...] |
primes.js | [all...] |
fannkuch.js | [all...] |
fasta.js | [all...] |
memops.js | [all...] |