/external/clang/test/CXX/special/class.dtor/ |
H A D | p3-0x.cpp | 82 struct TE { struct 84 ~TE() {} 90 TE<int> e;
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 115 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), enumerator in enum:deqp::gles31::Functional::__anon3669::__anon3670 120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
|
H A D | es31fShaderIntegerFunctionTests.cpp | 1154 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), enumerator in enum:deqp::gles31::Functional::__anon3686 1156 ALL_SHADERS = VS|TC|TE|GS|FS|CS
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
H A D | HttpHeaderValues.java | 43 TE="TE", field in class:HttpHeaderValues 71 TE_BUFFER=CACHE.add(TE,TE_ORDINAL),
|
H A D | HttpHeaders.java | 82 TE= "TE", field in class:HttpHeaders 217 TE_BUFFER=CACHE.add(TE,TE_ORDINAL),
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 501 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, argument 509 getContext().getCanonicalType(TE->getType()), 514 Bldr.generateNode(TE, Pred, state->BindExpr(TE, LCtx, V));
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 237 Ensemble &TE; member in class:llvm::MachineTraceMetrics::Trace 240 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } 243 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} 279 return TE.Cycles.lookup(MI);
|
/external/guava/guava/src/com/google/common/net/ |
H A D | HttpHeaders.java | 112 /** The HTTP {@code TE} header field name. */ 113 public static final String TE = "TE"; field in class:HttpHeaders
|
/external/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 298 til::SExpr *SExprBuilder::translateCXXThisExpr(const CXXThisExpr *TE, argument
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 121 bool operator<(const NEONLdStTableEntry &TE) const { 122 return PseudoOpc < TE.PseudoOpc; 124 friend bool operator<(const NEONLdStTableEntry &TE, unsigned PseudoOpc) { argument 125 return TE.PseudoOpc < PseudoOpc; 128 const NEONLdStTableEntry &TE) { 129 return PseudoOpc < TE.PseudoOpc; 127 operator <(unsigned PseudoOpc, const NEONLdStTableEntry &TE) argument
|
/external/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 538 bool operator<(const TableEntry &TE) const { return from < TE.from; } 539 friend bool operator<(const TableEntry &TE, unsigned V) { argument 540 return TE.from < V; 543 const TableEntry &TE) { 544 return V < TE.from; 542 operator <(unsigned V, const TableEntry &TE) argument
|
/external/valgrind/none/tests/ppc32/ |
H A D | test_dfp3.c | 500 static void _test_dquai(int TE, int RMC) argument 502 if (RMC < 0 || RMC > 3 || !__is_TE_val(TE)) { 503 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", TE, RMC); 508 switch (TE) { 526 switch (TE) { 544 switch (TE) { 562 switch (TE) { 584 static void _test_dquaiq(int TE, int RMC) argument 586 if (RMC < 0 || RMC > 3 || !__is_TE_val(TE)) { 587 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", TE, RM 821 int TE, RMC; local [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | test_dfp3.c | 500 static void _test_dquai(int TE, int RMC) argument 502 if (RMC < 0 || RMC > 3 || !__is_TE_val(TE)) { 503 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", TE, RMC); 508 switch (TE) { 526 switch (TE) { 544 switch (TE) { 562 switch (TE) { 584 static void _test_dquaiq(int TE, int RMC) argument 586 if (RMC < 0 || RMC > 3 || !__is_TE_val(TE)) { 587 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", TE, RM 821 int TE, RMC; local [all...] |
/external/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 3031 const CXXThrowExpr *TE = cast<CXXThrowExpr>(E); local 3034 if (TE->getSubExpr()) { 3036 mangleExpression(TE->getSubExpr());
|
/external/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 594 static bool classof(const TypeExpansion *TE) { argument 595 return TE->Kind == TEK_ConstantArray; 607 static bool classof(const TypeExpansion *TE) { argument 608 return TE->Kind == TEK_Record; 616 static bool classof(const TypeExpansion *TE) { argument 617 return TE->Kind == TEK_Complex; 623 static bool classof(const TypeExpansion *TE) { argument 624 return TE->Kind == TEK_None;
|
H A D | CGExprScalar.cpp | 398 Value *VisitCXXThisExpr(CXXThisExpr *TE) { argument
|
/external/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 606 TypoExpr *&TE) { 653 TE = SemaRef.CorrectTypoDelayed( 670 [=](Sema &SemaRef, TypoExpr *TE, TypoCorrection TC) mutable { 711 TypoExpr *TE = nullptr; local 716 SS, TemplateArgs != nullptr, TE)) 718 if (TE) 719 return TE; 1245 TypoExpr *TE = nullptr; local 1247 OpLoc, IsArrow, SS, HasTemplateArgs, TE)) 1254 return ExprResult(TE); 601 LookupMemberExprInRecord(Sema &SemaRef, LookupResult &R, Expr *BaseExpr, const RecordType *RTy, SourceLocation OpLoc, bool IsArrow, CXXScopeSpec &SS, bool HasTemplateArgs, TypoExpr *&TE) argument [all...] |
H A D | SemaLookup.cpp | 4594 auto TE = new (Context) TypoExpr(Context.DependentTy); local 4595 auto &State = DelayedTypos[TE]; 4599 return TE; 4602 const Sema::TypoExprState &Sema::getTypoExprState(TypoExpr *TE) const { 4603 auto Entry = DelayedTypos.find(TE); 4609 void Sema::clearDelayedTypo(TypoExpr *TE) { argument 4610 DelayedTypos.erase(TE);
|
H A D | SemaExprCXX.cpp | 6122 bool VisitTypoExpr(TypoExpr *TE) { argument 6123 TypoExprs.insert(TE); 6142 TypoExpr *TE = cast<TypoExpr>(E); local 6143 auto &State = SemaRef.getTypoExprState(TE); 6146 ExprResult Replacement = TransformCache[TE]; 6159 SemaRef.clearDelayedTypo(TE); 6173 for (auto TE : TypoExprs) { 6174 auto &State = SemaRef.getTypoExprState(TE); 6175 TransformCache.erase(TE); 6249 auto TE local [all...] |
/external/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 442 typename TreeTy::iterator& TE) { 445 if (TI == TE || !I->isElementEqual(&*TI)) 622 typename TreeTy::iterator TI = T->begin(), TE = T->end(); local 623 if (!compareTreeWithSection(TNew, TI, TE)) 625 if (TI != TE) 440 compareTreeWithSection(TreeTy* T, typename TreeTy::iterator& TI, typename TreeTy::iterator& TE) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |