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

  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 166 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName());
167 if (Known == Layouts.end())
175 if (NumFields >= Known->second.FieldOffsets.size())
178 FieldOffsets[*F] = Known->second.FieldOffsets[NumFields];
182 if (NumFields != Known->second.FieldOffsets.size())
185 Size = Known->second.Size;
186 Alignment = Known->second.Align;
CompilerInstance.cpp 864 llvm::DenseMap<const IdentifierInfo *, clang::Module *>::iterator Known
    [all...]
  /external/libpng/scripts/
libpng-config.in 33 Known values for OPTION are:
  /external/clang/include/clang/Sema/
ScopeInfo.h 293 llvm::DenseMap<VarDecl*, unsigned>::const_iterator Known
295 assert(Known != CaptureMap.end() && "Variable has not been captured");
296 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
547 unsigned Known = ModRef;
557 Known = FR->getInfoForGlobal(GV);
559 if (Known == NoModRef)
561 return ModRefResult(Known & AliasAnalysis::getModRefInfo(CS, Loc));
  /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 784 llvm::SmallDenseMap<IdentifierInfo *, tok::TokenKind>::iterator Known
786 if (Known != RevertableTypeTraits.end()) {
787 Tok.setKind(Known->second);
    [all...]
  /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/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
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.
360 llvm::DenseMap<Decl *, Decl *>::iterator Known
362 if (Known != TransformedLocalDecls.end())
363 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 458 milliseconds