HomeSort by relevance Sort by last modified time
    Searched refs:Known (Results 1 - 21 of 21) sorted by null

  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 167 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName());
168 if (Known == Layouts.end())
176 if (NumFields >= Known->second.FieldOffsets.size())
179 FieldOffsets[*F] = Known->second.FieldOffsets[NumFields];
183 if (NumFields != Known->second.FieldOffsets.size())
186 Size = Known->second.Size;
187 Alignment = Known->second.Align;
CompilerInstance.cpp     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 254 LoadedModulesMap::iterator Known = LoadedModules.find(DepID);
255 if (Known == LoadedModules.end() || !Known->second.File) {
266 Known->second.ImportedBy.push_back(ID);
301 LoadedModulesMap::iterator Known = LoadedModules.find(DepID);
302 if (Known == LoadedModules.end() || !Known->second.File)
305 Modules[LM->first].Dependencies.push_back(Known->second.File);
364 llvm::DenseMap<const FileEntry *, unsigned>::iterator Known
366 if (Known == ModulesByFile.end()
    [all...]
ModuleManager.cpp 153 // Collect the set of modules known to the global index.
157 // Map those modules to AST files known to the module manager.
159 llvm::DenseMap<const FileEntry *, ModuleFile *>::iterator Known
161 if (Known == Modules.end())
164 ModulesInCommonWithGlobalIndex.push_back(Known->second);
ASTReader.cpp 274 llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >::iterator Known
276 if (Known == ASTFileMacros.end()) {
297 if (Existing.second != Known->second.second) {
300 << MacroName << Known->second.second;
307 if (Existing.second || Existing.first == Known->second.first)
313 << MacroName << Known->second.first << Existing.first;
    [all...]
ASTWriter.cpp     [all...]
  /external/libpng/scripts/
libpng-config.in 33 Known values for OPTION are:
  /external/clang/include/clang/Sema/
ScopeInfo.h 140 /// weakVar | 0 (known) | weakVar (VarDecl)
178 /// Returns true if the object base specifies a known object in memory,
457 llvm::DenseMap<VarDecl*, unsigned>::const_iterator Known
459 assert(Known != CaptureMap.end() && "Variable has not been captured");
460 return Captures[Known->second - 1];
  /external/clang/lib/Lex/
ModuleMap.cpp 146 HeadersMap::iterator Known = Headers.find(File);
147 if (Known != Headers.end()) {
149 if (!Known->second.isAvailable())
152 return Known->second.getModule();
246 HeadersMap::const_iterator Known = Headers.find(Header);
247 if (Known != Headers.end())
248 return !Known->second.isAvailable();
312 llvm::StringMap<Module *>::const_iterator Known = Modules.find(Name);
313 if (Known != Modules.end())
314 return Known->getValue()
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 54 /// MayReadAnyGlobal - May read global variables, but it is not known which.
79 /// IndirectGlobals - The memory pointed to by this global is known to be
547 unsigned Known = ModRef;
557 Known = FR->getInfoForGlobal(GV);
559 if (Known == NoModRef)
561 return ModRefResult(Known & AliasAnalysis::getModRefInfo(CS, Loc));
  /external/clang/lib/Basic/
FileManager.cpp 364 // subdirectory. This will let us avoid having to waste time on known-to-fail
629 llvm::DenseMap<const DirectoryEntry *, llvm::StringRef>::iterator Known
631 if (Known != CanonicalDirNames.end())
632 return Known->second;
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 72 /// MaxEmptyClassOffset - The highest offset known to contain an empty
230 // We don't have to keep looking past the maximum offset that's known to
340 // We don't have to keep looking past the maximum offset that's known to
396 // We don't have to keep looking past the maximum offset that's known to
420 // We don't have to keep looking past the maximum offset that's known to
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 743 llvm::SmallDenseMap<IdentifierInfo *, tok::TokenKind>::iterator Known
745 if (Known != RevertableTypeTraits.end()) {
746 Tok.setKind(Known->second);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 120 llvm::SmallPtrSet<ObjCProtocolDecl *, 16> &Known) {
122 if (!Known.insert(Proto))
138 CheckPropertyAgainstProtocol(S, Prop, *P, Known);
691 /// property with no known lifetime of its own, using backing
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h 162 /// information is known based on another transformation.
194 /// to short-circuit evaluation when it is known that a given type will
239 /// number of expansions is known a priori (e.g., due to a prior substitution)
240 /// and will be set by the callee when the number of expansions is known.
369 llvm::DenseMap<Decl *, Decl *>::iterator Known
371 if (Known != TransformedLocalDecls.end())
372 return Known->second;
630 /// modifier, size of the array (if known), size expression, and index type
644 /// modifier, (known) size of the array, and index type qualifiers.
    [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 154 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
161 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
  /build/tools/droiddoc/templates-sac/
class.cs 154 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
161 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
  /build/tools/droiddoc/templates-sdk/
class.cs 154 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
161 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
  /external/doclava/res/assets/templates/
class.cs 144 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
151 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
  /external/blktrace/btreplay/doc/
btreplay.tex 180 \newpage\subsection{Known Deficiencies and Proposed Possible Fixes}
182 The overall known deficiencies with this current set of utilities is

Completed in 686 milliseconds