HomeSort by relevance Sort by last modified time
    Searched defs:Partial (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGenCXX/
cxx1z-fold-expression.cpp 24 template<int ...A> struct Partial {
30 void use(Partial<1, 2> p) {
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 44 /// True when the original copy was a partial subregister copy.
45 bool Partial;
62 Partial(false), CrossClass(false), Flipped(false), NewRC(nullptr) {}
69 Partial(false), CrossClass(false), Flipped(false), NewRC(nullptr) {}
88 bool isPartial() const { return Partial; }
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.cpp 105 // that makes this a partial merge.
106 bool Partial = ReverseInsertPts.size() != Other.ReverseInsertPts.size();
108 Partial |= ReverseInsertPts.insert(Inst).second;
109 return Partial;
134 Partial = false;
144 Partial = false;
146 } else if (Partial || Other.Partial) {
147 // If we're doing a merge on a path that's previously seen a partial
148 // merge, conservatively drop the sequence, to avoid doing partial
    [all...]
PtrState.h 93 /// Conservatively merge the two RRInfo. Returns true if a partial merge has
105 /// True if we've seen an opportunity for partial RR elimination, such as
107 bool Partial;
115 PtrState() : KnownPositiveRefCount(false), Partial(false), Seq(S_None) {}
  /external/libbrillo/brillo/http/
http_request.h 128 // Partial completion
129 static const int Partial = 203;
134 // Partial GET fulfilled
252 // Makes a request for a subrange of data. Specifies a partial range with
323 // List of optional data ranges to request partial content from the server.
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 247 /// for partial/runtime unrolling (set to UINT_MAX to disable).
250 /// OptSizeThreshold, but used for partial/runtime unrolling (set to
263 /// Allow partial unrolling (unrolling of loops to expand the size of the
265 bool Partial;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 178 // Return true iff the given register is a partial vector register.
185 // vector register. Also sets Partial to true if the mention
187 bool isAnyVecReg(unsigned Reg, bool &Partial) {
189 Partial = true;
252 bool Partial = false;
258 if (isAnyVecReg(Reg, Partial)) {
281 // mentions a partial vector register and does not have
283 if (Partial)
595 // for physical regs. We exclude partial-vector register operands
644 // Reject webs containing mentions of physical or partial registers, o
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 67 UnrollAllowPartial("unroll-allow-partial", cl::init(false), cl::Hidden,
172 UP.Partial = CurrentAllowPartial;
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 82 if (VarTemplatePartialSpecializationDecl *Partial =
84 if (Partial->isMemberSpecialization())
    [all...]
SemaTemplate.cpp     [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 

Completed in 967 milliseconds