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

  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 165 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName());
166 if (Known == Layouts.end())
174 if (NumFields >= Known->second.FieldOffsets.size())
177 FieldOffsets[*F] = Known->second.FieldOffsets[NumFields];
181 if (NumFields != Known->second.FieldOffsets.size())
184 Size = Known->second.Size;
185 Alignment = Known->second.Align;
CompilerInstance.cpp     [all...]
  /external/libpng/scripts/
libpng-config.in 33 Known values for OPTION are:
  /external/clang/include/clang/Sema/
ScopeInfo.h 283 llvm::DenseMap<VarDecl*, unsigned>::const_iterator Known
285 assert(Known != CaptureMap.end() && "Variable has not been captured");
286 return Captures[Known->second - 1];
  /external/clang/lib/Lex/
ModuleMap.cpp 100 llvm::DenseMap<const FileEntry *, Module *>::iterator Known
102 if (Known != Headers.end()) {
105 if (!Known->second->isAvailable())
108 return Known->second;
191 llvm::DenseMap<const FileEntry *, Module *>::iterator Known
193 if (Known != Headers.end())
194 return !Known->second->isAvailable();
252 llvm::StringMap<Module *>::iterator Known = Modules.find(Name);
253 if (Known != Modules.end())
254 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
555 unsigned Known = ModRef;
565 Known = FR->getInfoForGlobal(GV);
567 if (Known == NoModRef)
569 return ModRefResult(Known & AliasAnalysis::getModRefInfo(CS, Loc));
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 71 /// 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
342 // We don't have to keep looking past the maximum offset that's known to
399 // We don't have to keep looking past the maximum offset that's known to
423 // We don't have to keep looking past the maximum offset that's known to
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 150 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
157 <?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/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /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
  /external/clang/lib/Sema/
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
242 /// number of expansions is known a priori (e.g., due to a prior substitution)
243 /// and will be set by the callee when the number of expansions is known.
363 llvm::DenseMap<Decl *, Decl *>::iterator Known
365 if (Known != TransformedLocalDecls.end())
366 return Known->second;
617 /// modifier, size of the array (if known), size expression, and index type
631 /// modifier, (known) size of the array, and index type qualifiers.
    [all...]

Completed in 5390 milliseconds