HomeSort by relevance Sort by last modified time
    Searched refs:Tmp (Results 1 - 25 of 71) sorted by null

1 2 3

  /frameworks/compile/libbcc/runtime/
Makefile 114 $(call Set,Tmp.Key,$(1))
115 $(call Set,Tmp.Name,$($(Tmp.Key).Name))
116 $(call Set,Tmp.Configs,$($(Tmp.Key).Configs))
117 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name))
120 $(Tmp.Name):: $(Tmp.Configs:%=$(Tmp.ObjPath)/%/libcompiler_rt.a
    [all...]
  /external/llvm/include/llvm/ADT/
OwningPtr.h 43 T *Tmp = Ptr;
45 delete Tmp;
51 T *Tmp = Ptr;
53 return Tmp;
67 T *Tmp = RHS.Ptr;
69 Ptr = Tmp;
97 T *Tmp = Ptr;
99 delete [] Tmp;
105 T *Tmp = Ptr;
107 return Tmp;
    [all...]
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 19 $(call Set,Tmp.SelectFunctionDir,$(call SelectFunctionDirs,$(1),$(2),$(3),$(4)))\
20 $(if $(call streq,1,$(words $(Tmp.SelectFunctionDir))),\
21 $(Tmp.SelectFunctionDir),\
23 $(if $(call streq,0,$(words $(Tmp.SelectFunctionDir))),\
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 92 ExplodedNodeSet Tmp;
94 evalLoad(Tmp, LHS, *it, state, location);
96 for (ExplodedNodeSet::iterator I = Tmp.begin(), E = Tmp.end(); I != E;
167 ExplodedNodeSet Tmp;
168 MakeNode(Tmp, BE, Pred, Pred->getState()->BindExpr(BE, V),
172 getCheckerManager().runCheckersForPostStmt(Dst, Tmp, BE, *this);
539 ExplodedNodeSet Tmp;
540 Visit(Ex, Pred, Tmp);
542 for (ExplodedNodeSet::iterator I=Tmp.begin(), E=Tmp.end(); I!=E; ++I)
    [all...]
ExprEngine.cpp 260 ExplodedNodeSet Tmp;
267 Tmp.Add(CleanedNode);
307 Tmp.Add(CleanedNode);
311 for (ExplodedNodeSet::iterator I=Tmp.begin(), E=Tmp.end(); I!=E; ++I) {
616 ExplodedNodeSet Tmp;
617 VisitBinaryOperator(cast<BinaryOperator>(S), Pred, Tmp);
618 evalEagerlyAssume(Dst, Tmp, cast<Expr>(S));
799 ExplodedNodeSet Tmp;
800 VisitUnaryOperator(U, Pred, Tmp);
    [all...]
ExprEngineCXX.cpp 54 ExplodedNodeSet Tmp;
59 Visit(*Item.I, Item.N, Tmp);
61 for (ExplodedNodeSet::iterator NI=Tmp.begin(), NE=Tmp.end(); NI != NE; ++NI)
  /external/llvm/lib/Support/
Triple.cpp 558 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
559 return Tmp.split('-').first; // Isolate second component
563 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
564 Tmp = Tmp.split('-').second; // Strip second component
565 return Tmp.split('-').first; // Isolate third component
569 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
570 Tmp = Tmp.split('-').second; // Strip second component
571 return Tmp.split('-').second; // Strip third componen
    [all...]
APInt.cpp 666 APInt tmp(sufficient, StringRef(p, slen), radix);
670 unsigned log = tmp.logBase2();
891 char Tmp = pByte[i];
893 pByte[BitWidth / APINT_WORD_SIZE - i - 1] = Tmp;
941 APInt Tmp(width, mantissa);
942 Tmp = Tmp.shl((unsigned)exp - 52);
943 return isNeg ? -Tmp : Tmp;
969 APInt Tmp(isNeg ? -(*this) : (*this))
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 159 uint32_t Tmp = Value >> Shift;
160 if (Tmp) {
161 Value = Tmp;
196 uint64_t Tmp = Value >> Shift;
197 if (Tmp) {
198 Value = Tmp;
  /external/clang/lib/StaticAnalyzer/Checkers/
OSAtomicChecker.cpp 119 ExplodedNodeSet Tmp;
133 Eng.evalLoad(Tmp, theValueExpr, Pred,
136 if (Tmp.empty()) {
145 for (ExplodedNodeSet::iterator I = Tmp.begin(), E = Tmp.end();
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 95 fxor @X[($j+2)%16],@X[($j+8)%16],%f18! 1/ 1/ 1:Tmp=X[2,3]^X[8,9]
97 faligndata @X[$j],@X[$j],%f18 ! 3/ 7/ 5:Tmp=X[0,1]>>>24
99 fmul8ulx16 %f18,$fmul,%f18 ! 5/10/ 7:Tmp>>=7, Tmp&=1
101 for %f18,@X[$j],@X[$j] ! 8/14/10:X[0,1]|=Tmp
156 fxor @X[($j+2)%16],@X[($j+8)%16],%f18! 1/ 1/ 1:Tmp=X[2,3]^X[8,9]
166 faligndata @X[$j],@X[$j],%f18 ! 3/ 7/ 5:Tmp=X[0,1]>>>24
175 fmul8ulx16 %f18,$fmul,%f18 ! 5/10/ 7:Tmp>>=7, Tmp&=1
184 fxor %f18,@X[$j],@X[$j] ! 8/14/10:X[0,1]|=Tmp
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
PHITransAddr.cpp 60 // If it's an instruction, it is either in Tmp or its operands recursively
93 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end());
95 if (!VerifySubExpr(Addr, Tmp))
98 if (!Tmp.empty()) {
374 PHITransAddr Tmp(InVal, TD);
375 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))
376 return Tmp.getAddr();
  /external/llvm/lib/AsmParser/
LLLexer.cpp 152 char Tmp = BIn[3]; BIn[3] = 0; // Terminate string
154 BIn[3] = Tmp; // Restore character
670 APInt Tmp(bits, StringRef(TokStart+3, len), 16);
671 uint32_t activeBits = Tmp.getActiveBits();
673 Tmp = Tmp.trunc(activeBits);
674 APSIntVal = APSInt(Tmp, TokStart[0] == 'u');
788 APInt Tmp(numBits, StringRef(TokStart, Len), 10);
790 uint32_t minBits = Tmp.getMinSignedBits();
792 Tmp = Tmp.trunc(minBits)
    [all...]
  /external/clang/tools/scan-build/
c++-analyzer 511 my $Tmp = $Arg;
515 $Tmp = $Arg . $ARGV[$i];
517 push @CompileOpts,$Tmp;
555 my $Tmp = $Arg;
559 $Tmp = $Arg . $ARGV[$i];
561 push @CompileOpts,$Tmp;
562 push @LinkOpts,$Tmp;
ccc-analyzer 511 my $Tmp = $Arg;
515 $Tmp = $Arg . $ARGV[$i];
517 push @CompileOpts,$Tmp;
555 my $Tmp = $Arg;
559 $Tmp = $Arg . $ARGV[$i];
561 push @CompileOpts,$Tmp;
562 push @LinkOpts,$Tmp;
  /external/clang/include/clang/AST/
Attr.h 195 specific_attr_iterator Tmp(*this);
197 return Tmp;
CanonicalType.h 414 CanTypeIterator Tmp(*this);
416 return Tmp;
433 CanTypeIterator Tmp(*this);
435 return Tmp;
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGExprConstant.cpp 172 llvm::APInt Tmp = FieldValue;
178 Tmp = Tmp.lshr(NewFieldWidth);
179 Tmp = Tmp.trunc(BitsInPreviousByte);
184 Tmp = Tmp.trunc(BitsInPreviousByte);
192 Tmp = Tmp.zext(CharWidth);
195 Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth())
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 328 SmallString<256> Tmp;
329 raw_svector_ostream OS(Tmp);
337 SmallString<256> Tmp;
338 raw_svector_ostream OS(Tmp);
375 SmallString<32> Tmp;
376 raw_svector_ostream OSE(Tmp);
414 SmallString<32> Tmp;
415 raw_svector_ostream OSE(Tmp);
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 87 Token Tmp;
89 LexUnexpandedToken(Tmp);
90 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens");
91 } while (Tmp.isNot(tok::eod));
156 Token Tmp;
161 Lex(Tmp);
163 LexUnexpandedToken(Tmp);
167 while (Tmp.is(tok::comment)) // Skip comments in -C mode.
168 LexUnexpandedToken(Tmp);
170 if (Tmp.isNot(tok::eod))
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 294 Token Tmp = Tok;
295 Tmp.setKind(tok::eod);
296 Tmp.clearFlag(Token::StartOfLine);
297 Tmp.setIdentifierInfo(0);
298 EmitToken(Tmp);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 667 unsigned Opc = I->getOpcode(), Tmp;
681 !CanEvaluateZExtd(I->getOperand(1), Ty, Tmp))
684 if (BitsToClear == 0 && Tmp == 0)
689 if (Tmp == 0 &&
717 if (!CanEvaluateZExtd(I->getOperand(1), Ty, Tmp) ||
721 Tmp != BitsToClear)
733 if (!CanEvaluateZExtd(PN->getIncomingValue(i), Ty, Tmp) ||
736 Tmp != BitsToClear)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 323 const LiveRange *Tmp = I;
324 if (Tmp != LR && Tmp->valno == LR->valno)

Completed in 951 milliseconds

1 2 3