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

1 2 3 4

  /external/compiler-rt/
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.Name)-%
    [all...]
  /external/compiler-rt/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/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 11 my $Tmp;
21 #TMPFILE=`mktemp ${TMPDIR:-/tmp}/$$.XXXXXX`
26 foreach $Tmp (@ARGV) {
27 $ArgList .= "'$Tmp' ";
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmswtpnt.c 202 cmsMAT3 Cone, Tmp;
205 Tmp = *Chad;
206 if (!_cmsMAT3inverse(&Tmp, &Chad_Inv)) return FALSE;
226 _cmsMAT3per(&Tmp, &Cone, Chad);
227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp);
254 cmsMAT3 Tmp;
260 Tmp = *r;
261 _cmsMAT3per(r, &Bradford, &Tmp);
  /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/clang/include/clang/Analysis/Analyses/
Consumed.h 162 ConsumedState getState(const CXXBindTemporaryExpr *Tmp) const;
186 void setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State);
189 void remove(const CXXBindTemporaryExpr *Tmp);
  /external/clang/include/clang/AST/
AttrIterator.h 94 specific_attr_iterator Tmp(*this);
96 return Tmp;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 462 ExplodedNodeSet Tmp(Pred);
503 assert(Tmp.size() == 1 && "have not generated any new nodes yet");
504 assert(*Tmp.begin() == Pred && "have not generated any new nodes yet");
505 Tmp.clear();
508 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP);
519 NodeBuilder Bldr(Tmp, Dst, *currBldrCtx);
520 for (ExplodedNodeSet::iterator I = Tmp.begin(), E = Tmp.end(); I != E; ++I) {
822 ExplodedNodeSet Tmp;
823 StmtNodeBuilder Bldr2(PreVisit, Tmp, *currBldrCtx)
    [all...]
ExprEngineC.cpp 123 ExplodedNodeSet Tmp;
125 evalLoad(Tmp, B, LHS, *it, state, location);
127 for (ExplodedNodeSet::iterator I = Tmp.begin(), E = Tmp.end(); I != E;
217 ExplodedNodeSet Tmp;
218 StmtNodeBuilder Bldr(Pred, Tmp, *currBldrCtx);
224 getCheckerManager().runCheckersForPostStmt(Dst, Tmp, BE, *this);
773 ExplodedNodeSet Tmp;
774 VisitIncrementDecrementOperator(U, *I, Tmp);
775 Bldr.addNodes(Tmp);
    [all...]
ExprEngineObjC.cpp 90 ExplodedNodeSet Tmp;
91 StmtNodeBuilder Bldr(Pred, Tmp, *currBldrCtx);
132 getCheckerManager().runCheckersForPostStmt(Dst, Tmp, S, *this);
  /external/llvm/lib/MC/
SubtargetFeature.cpp 57 SmallVector<StringRef, 2> Tmp;
58 S.split(Tmp, ",", -1, false /* KeepEmpty */);
59 V.assign(Tmp.begin(), Tmp.end());
  /external/clang/tools/scan-build/
ccc-analyzer 550 my $Tmp = $Arg;
554 $Tmp = $Arg . $ARGV[$i];
556 push @CompileOpts,$Tmp;
596 my $Tmp = $Arg;
600 $Tmp = $Arg . $ARGV[$i];
602 push @CompileOpts,$Tmp;
603 push @LinkOpts,$Tmp;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 547 my $Tmp = $Arg;
551 $Tmp = $Arg . $ARGV[$i];
553 push @CompileOpts,$Tmp;
588 my $Tmp = $Arg;
592 $Tmp = $Arg . $ARGV[$i];
594 push @CompileOpts,$Tmp;
595 push @LinkOpts,$Tmp;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 547 my $Tmp = $Arg;
551 $Tmp = $Arg . $ARGV[$i];
553 push @CompileOpts,$Tmp;
588 my $Tmp = $Arg;
592 $Tmp = $Arg . $ARGV[$i];
594 push @CompileOpts,$Tmp;
595 push @LinkOpts,$Tmp;
  /external/llvm/lib/AsmParser/
LLLexer.cpp 756 APInt Tmp(bits, StringRef(TokStart+3, len), 16);
757 uint32_t activeBits = Tmp.getActiveBits();
759 Tmp = Tmp.trunc(activeBits);
760 APSIntVal = APSInt(Tmp, TokStart[0] == 'u');
880 APInt Tmp(numBits, StringRef(TokStart, Len), 10);
882 uint32_t minBits = Tmp.getMinSignedBits();
884 Tmp = Tmp.trunc(minBits);
885 APSIntVal = APSInt(Tmp, false)
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 63 // If it's an instruction, it is either in Tmp or its operands recursively
95 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end());
97 if (!VerifySubExpr(Addr, Tmp))
100 if (!Tmp.empty()) {
372 PHITransAddr Tmp(InVal, DL);
373 if (!Tmp.PHITranslateValue(CurBB, PredBB, &DT))
374 return Tmp.getAddr();
ValueTracking.cpp     [all...]
  /external/llvm/lib/Support/
Triple.cpp 599 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
600 return Tmp.split('-').first; // Isolate second component
604 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
605 Tmp = Tmp.split('-').second; // Strip second component
606 return Tmp.split('-').first; // Isolate third component
610 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
611 Tmp = Tmp.split('-').second; // Strip second component
612 return Tmp.split('-').second; // Strip third componen
    [all...]
APInt.cpp 652 APInt tmp(sufficient, StringRef(p, slen), radix);
656 unsigned log = tmp.logBase2();
772 uint64_t Tmp = Src[I];
773 Dst[I] = (Tmp >> Shift) | Carry;
774 Carry = Tmp << (64 - Shift);
847 APInt Tmp(width, mantissa);
848 Tmp = Tmp.shl((unsigned)exp - 52);
849 return isNeg ? -Tmp : Tmp;
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 181 llvm::APInt Tmp = FieldValue;
187 Tmp = Tmp.lshr(NewFieldWidth);
188 Tmp = Tmp.trunc(BitsInPreviousByte);
193 Tmp = Tmp.trunc(BitsInPreviousByte);
201 Tmp = Tmp.zext(CharWidth);
204 Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth())
    [all...]
CGStmt.cpp     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 311 const CXXBindTemporaryExpr *Tmp;
355 PropagationInfo(const CXXBindTemporaryExpr *Tmp)
356 : InfoType(IT_Tmp), Tmp(Tmp) {}
385 return Tmp;
394 return StateMap->getState(Tmp);
    [all...]
AnalysisDeclContext.cpp 121 bool Tmp;
122 return getBody(Tmp);
126 bool Tmp;
127 getBody(Tmp);
128 return Tmp;
  /external/clang/lib/Frontend/
CacheTokens.cpp 317 Token Tmp = Tok;
318 Tmp.setKind(tok::eod);
319 Tmp.clearFlag(Token::StartOfLine);
320 Tmp.setIdentifierInfo(nullptr);
321 EmitToken(Tmp);
  /external/clang/lib/Lex/
PPDirectives.cpp 124 Token Tmp;
126 LexUnexpandedToken(Tmp);
127 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens");
128 } while (Tmp.isNot(tok::eod));
209 Token Tmp;
214 Lex(Tmp);
216 LexUnexpandedToken(Tmp);
220 while (Tmp.is(tok::comment)) // Skip comments in -C mode.
221 LexUnexpandedToken(Tmp);
223 if (Tmp.isNot(tok::eod))
    [all...]

Completed in 677 milliseconds

1 2 3 4