OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typecache
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/CodeGen/
CodeGenTypes.cpp
244
if (
TypeCache
.count(ED->getTypeForDecl())) {
249
TypeCache
.clear();
298
llvm::DenseMap<const Type *, llvm::Type *>::iterator TCI =
TypeCache
.find(Ty);
300
if (TCI !=
TypeCache
.end())
526
TypeCache
.clear();
606
TypeCache
[Ty] = ResultType;
671
TypeCache
.clear();
CodeGenTypes.h
105
///
TypeCache
- This map keeps cache of llvm::Types
107
llvm::DenseMap<const Type *, llvm::Type *>
TypeCache
;
CGDebugInfo.h
61
///
TypeCache
- Cache of previously constructed Types.
62
llvm::DenseMap<void *, llvm::WeakVH>
TypeCache
;
CGDebugInfo.cpp
635
TypeCache
[QualType(RTy, 0).getAsOpaquePtr()] = RetTy;
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp
682
DEFINE_STATIC_LOCAL(HashSet<String>,
typeCache
, ());
692
typeCache
.add(String(character, len));
698
return
typeCache
;
MediaPlayerPrivateQuickTimeVisualContext.cpp
928
DEFINE_STATIC_LOCAL(HashSet<String>,
typeCache
, ());
[
all
...]
/external/dexmaker/lib/
jarjar.jar
/prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar
Completed in 191 milliseconds