/external/llvm/lib/CodeGen/ |
RegisterCoalescer.h | 46 /// Partial - True when the original copy was a partial subregister copy. 47 bool Partial; 64 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {} 71 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {} 90 bool isPartial() const { return Partial; }
|
RegisterCoalescer.cpp | 261 Partial = SrcSub || DstSub; 376 // This is a partial register copy. Check that the parts match. 428 assert(!CP.isPartial() && "This doesn't work for partial copies."); 458 // Don't allow any partial copies, even if isCoalescable() allows them. [all...] |
/external/llvm/lib/Analysis/ |
AliasAnalysisCounter.cpp | 32 unsigned No, May, Partial, Must; 39 No = May = Partial = Must = 0; 48 unsigned AASum = No+May+Partial+Must; 57 printLine("partial alias", Partial, AASum); 61 << Partial*100/AASum << "%/" 134 case PartialAlias: Partial++; AliasString = "Partial alias"; break;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpatialNavigation.h | 66 // 2) Partially aligned: There is a partial intersection between the rects, either 96 Partial,
|
SpatialNavigation.cpp | 105 return Partial; 206 // This method checks if |start| and |dest| have a partial intersection, either
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
IvarInvalidationChecker.cpp | 23 // Partial invalidor annotation allows to addess cases when ivars are 26 // method and all the partial methods cumulatively invalidate all ivars. 178 /// \param LookForPartial is set when we are searching for partial 241 const ObjCContainerDecl *D, InvalidationInfo &OutInfo, bool Partial) { 254 if (isInvalidationMethod(MDI, Partial)) 266 containsInvalidationMethod((*I)->getDefinition(), OutInfo, Partial); 275 containsInvalidationMethod(*Ext, OutInfo, Partial); 278 containsInvalidationMethod(InterfD->getSuperClass(), OutInfo, Partial); 287 containsInvalidationMethod((*I)->getDefinition(), OutInfo, Partial); 434 // Find all partial invalidation methods [all...] |
/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | 36 /// matching class template partial specializations). 104 /// performing template argument deduction for partial ordering of function 699 /// deduction for during partial ordering for a call 700 /// (C++0x [temp.deduct.partial]). 703 /// in the context of partial ordering, the set of qualifier comparisons. [all...] |
SemaTemplateInstantiate.cpp | [all...] |
SemaTemplate.cpp | [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
greasemonkey_api.js | 10 // Partial implementation of the Greasemonkey API, see:
|
/external/oprofile/events/i386/atom/ |
events | 49 event:0x6A counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_PWR : Partial write bus transaction. 50 event:0x6B counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_P : Partial bus transactions
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 469 /// Conservatively merge the two RRInfo. Returns true if a partial merge has 499 // that makes this a partial merge. 500 bool Partial = ReverseInsertPts.size() != Other.ReverseInsertPts.size(); 504 Partial |= ReverseInsertPts.insert(*I); 505 return Partial; 515 /// True if we've seen an opportunity for partial RR elimination, such as 517 bool Partial; 526 PtrState() : KnownPositiveRefCount(false), Partial(false), 596 Partial = false; 631 Partial = false [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface_unittest.cc | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 180 // Partial mirror of chrome.* for all instrumented functions.
|
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/chromium-trace/ |
script.js | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 561 of this array has the following (partial) format (See Section \ref{sec:cipherdesc}): [all...] |