/external/llvm/include/llvm/Option/ |
Option.h | 40 /// of (if any), if the option is an alias, and a number of 106 /// \brief Get the alias arguments as a \0 separated list. 164 /// aliases (itself, if the option has no alias). 166 const Option Alias = getAlias(); 167 if (Alias.isValid()) return Alias.getUnaliasedOption(); 180 /// Note that matches against options which are an alias should never be
|
/external/libchrome/base/debug/ |
task_annotator.cc | 7 #include "base/debug/alias.h" 44 // and deliberately alias it to ensure it is on the stack if the task 49 debug::Alias(&program_counter);
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.h | 36 SDValue &Offset, SDValue &Alias) override;
|
Mips16ISelDAGToDAG.cpp | 94 // Insert instructions to initialize the Mips16 SP Alias register in the 165 SDValue &Alias) { 169 Alias = CurDAG->getTargetConstant(0, DL, ValTy); 175 getMips16SPRefReg(Parent, Alias); 198 getMips16SPRefReg(Parent, Alias);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
Event.java | 26 Alias, DocumentEnd, DocumentStart, MappingEnd, MappingStart, Scalar, SequenceEnd, SequenceStart, StreamEnd, StreamStart
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/ |
AliasTokenTest.java | 40 assertEquals(ID.Alias, token.getTokenId());
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
SConscript | 62 env.Alias('libgl-xlib', libgl)
|
/external/llvm/lib/Option/ |
Option.cpp | 32 assert(getAlias().isValid() && "Only alias options can have alias args."); 33 assert(getKind() == FlagClass && "Only Flag aliases can have alias args."); 35 "Cannot provide alias args to a flag option."); 73 const Option Alias = getAlias(); 74 if (Alias.isValid()) { 75 O << " Alias:"; 76 Alias.print(O); 89 const Option Alias = getAlias(); 90 if (Alias.isValid() [all...] |
/frameworks/base/graphics/java/android/graphics/ |
FontListParser.java | 40 aliases = new ArrayList<Alias>(); 43 public List<Alias> aliases; 70 public static class Alias { 111 } else if (tag.equals("alias")) { 202 private static Alias readAlias(XmlPullParser parser) 204 Alias alias = new Alias(); local 205 alias.name = parser.getAttributeValue(null, "name"); 206 alias.toName = parser.getAttributeValue(null, "to") [all...] |
/external/clang/lib/CodeGen/ |
CGCXX.cpp | 32 /// Try to emit a base destructor as an alias to its primary 38 // Producing an alias to a base class ctor/dtor can degrade debug quality 44 // an alias, unless this class owns no members. 117 /// Try to emit a definition as a global alias for another definition. 118 /// If \p InEveryTU is true, we know that an equivalent alias can be produced 126 // The alias will use the linkage of the referent. If we can't 130 // We can't use an alias if the linkage is not valid for one. 145 // Derive the type for the alias. 157 // Instead of creating as alias to a linkonce_odr, replace all of the uses 171 // If we have a weak, non-discardable alias (weak, weak_odr), like an exter [all...] |
/external/clang/test/Preprocessor/ |
feature_tests.c | 45 #error Alias expansion not allowed
|
/external/llvm/unittests/Support/ |
CommandLineTest.cpp | 191 { "-tool", "-alias=x", "-extra" }, 192 { "-tool", "-alias", "x" } 200 cl::alias Alias("alias", llvm::cl::aliasopt(Actual)); 206 Alias.removeArgument(); 212 cl::alias Alias("o", llvm::cl::aliasopt(Option)); 218 Alias.removeArgument();
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ |
Token.java | 23 Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd, DocumentStart, FlowEntry, FlowMappingEnd, FlowMappingStart, FlowSequenceEnd, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error
|
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 1 //===- BasicAliasAnalysis.cpp - Stateless Alias Analysis Impl -------------===// 11 // Alias Analysis interface that implements identities (two different 12 // globals cannot alias, etc), but does no stateful analysis. 48 /// of basic alias analysis. 653 AliasResult BasicAAResult::alias(const MemoryLocation &LocA, function in class:BasicAAResult 665 AliasResult Alias = aliasCheck(LocA.Ptr, LocA.Size, LocA.AATags, LocB.Ptr, 673 return Alias; 716 // is impossible to alias the pointer we're checking. If not, we have to 720 getBestAAResults().alias(MemoryLocation(*CI), MemoryLocation(Object)); 765 // such that the struct field accesses provably cannot alias [all...] |
AliasSetTracker.cpp | 1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===// 29 /// mergeSetIn - Merge the specified alias set into this alias set. 32 assert(!AS.Forward && "Alias set is already forwarding!"); 35 // Update the alias and access types of this set... 37 Alias |= AS.Alias; 40 if (Alias == SetMustAlias) { 42 // used to be must-alias sets, we can just check any pointer from each set 48 // If the pointers are not a must-alias pair, this set becomes a may alias [all...] |
/external/libunwind/doc/ |
libunwind-ia64.tex | 162 \item[\Const{UNW\_IA64\_GP}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+1}, 164 \item[\Const{UNW\_IA64\_TP}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+13}, 166 \item[\Const{UNW\_IA64\_AR\_RSC}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+16}, 168 \item[\Const{UNW\_IA64\_AR\_BSP}:] Alias for 173 \item[\Const{UNW\_IA64\_AR\_BSPSTORE}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+18}, 175 \item[\Const{UNW\_IA64\_AR\_RNAT}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+19}, 177 \item[\Const{UNW\_IA64\_AR\_CCV}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+32}, 179 \item[\Const{UNW\_IA64\_AR\_CSD}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+25}, 181 \item[\Const{UNW\_IA64\_AR\_UNAT}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+36}, 183 \item[\Const{UNW\_IA64\_AR\_FPSR}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+40} [all...] |
/external/clang/lib/Analysis/ |
FormatString.cpp | 454 std::string Alias; 457 Alias = Name; 460 Alias += (Alias[Alias.size()-1] == '*') ? "*" : " *"; 462 // If Alias is the same as the underlying type, e.g. wchar_t, then drop it. 463 if (S == Alias) 464 Alias.clear(); 467 if (!Alias.empty()) 468 return std::string("'") + Alias + "' (aka '" + S + "')" [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 95 // A disabled register is not available for allocation, but an alias may 366 unsigned Alias = *AI; 367 switch (PhysRegState[Alias]) { 371 // Either PhysReg is a subregister of Alias and we mark the 373 // Alias and we mark all the aliases as disabled before freeing 380 assert((TRI->isSuperRegister(PhysReg, Alias) || 381 TRI->isSuperRegister(Alias, PhysReg)) && 385 if (TRI->isSuperRegister(PhysReg, Alias)) { 387 PhysRegState[Alias] = regFree; 388 MO.getParent()->addRegisterKilled(Alias, TRI, true) [all...] |
/external/mesa3d/ |
SConstruct | 152 from SCons.Node.Alias import default_ans 160 for alias in aliases: 161 env.Help(' %s\n' % alias)
|
/external/mesa3d/src/gallium/targets/egl-static/ |
SConscript | 129 env.Alias('egl-gallium', egl_gallium)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
applesingle.py | 23 class Alias: 120 if isinstance(infile, Carbon.File.Alias):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
applesingle.py | 23 class Alias: 120 if isinstance(infile, Carbon.File.Alias):
|
/external/llvm/include/llvm/Analysis/ |
AliasSetTracker.h | 1 //===- llvm/Analysis/AliasSetTracker.h - Build Alias Sets -------*- C++ -*-===// 96 assert(!AS && "Already have an alias set!"); 114 // All instructions without a specific address in this alias set. 121 /// The kinds of access this alias set models. 123 /// We keep track of whether this alias set merely refers to the locations of 135 /// The kind of alias relationship between pointers of the set. 137 /// These represent conservatively correct alias results between any members 138 /// of the set. We represent these independently of the values of alias 144 unsigned Alias : 1; 146 // Volatile - True if this alias set contains volatile loads or stores [all...] |
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_enum.cc | 60 Alias alias; local 61 alias.value = value; 62 alias.canonical_value = canonical_value; 63 aliases_.push_back(alias);
|
/external/v8/src/compiler/ |
escape-analysis.cc | 27 const EscapeAnalysis::Alias EscapeAnalysis::kNotReachable = 28 std::numeric_limits<Alias>::max(); 29 const EscapeAnalysis::Alias EscapeAnalysis::kUntrackable = 30 std::numeric_limits<Alias>::max() - 1; 146 VirtualObject* VirtualObjectFromAlias(size_t alias); 147 VirtualObject* GetOrCreateTrackedVirtualObject(EscapeAnalysis::Alias alias, 149 void SetVirtualObject(EscapeAnalysis::Alias alias, VirtualObject* state); 179 size_t LoadVirtualObjectsFromStatesFor(EscapeAnalysis::Alias alias) 211 EscapeAnalysis::Alias alias = aliases[field->id()]; local [all...] |