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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p3.cpp 34 namespace AC {
40 if (AC::i)
41 AC::f();
  /external/clang/test/SemaCXX/
missing-header.cpp 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 41 * Dequantize Luma AC block
70 * there re 16 non-zero AC coefficients at most in the packed buffer starting
71 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
87 * AC - Flag indicating if at least one non-zero AC coefficient exists
100 * - AC !=0 and Qp is not in the range of [0-51] or ppSrc == NULL.
101 * - AC ==0 && pDC ==NULL.
113 OMX_INT AC
126 armRetArgErrIf(AC!=0 && (QP<0), OMX_Sts_BadArgErr);
127 armRetArgErrIf(AC!=0 && (QP>51), OMX_Sts_BadArgErr)
    [all...]
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
const_first_const_second.pass.cpp 29 class AC
33 constexpr AC(int data) : data_(data) {}
35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;}
62 typedef std::pair<AC, int> P;
64 static_assert(p.first == AC(1), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
const_first_const_second.pass.cpp 29 class AC
33 constexpr AC(int data) : data_(data) {}
35 constexpr bool operator==(const AC& a) const {return data_ == a.data_;}
62 typedef std::pair<AC, int> P;
64 static_assert(p.first == AC(1), "");
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 55 AssumptionCache *AC = nullptr,
64 AssumptionCache *AC = nullptr,
73 AssumptionCache *AC = nullptr,
82 AssumptionCache *AC = nullptr,
91 AssumptionCache *AC = nullptr,
99 AssumptionCache *AC = nullptr,
107 AssumptionCache *AC = nullptr,
115 AssumptionCache *AC = nullptr,
124 AssumptionCache *AC = nullptr,
132 AssumptionCache *AC = nullptr
    [all...]
BasicAliasAnalysis.h 43 AssumptionCache &AC;
49 AssumptionCache &AC, DominatorTree *DT = nullptr,
51 : AAResultBase(TLI), DL(DL), AC(AC), DT(DT), LI(LI) {}
54 : AAResultBase(Arg), DL(Arg.DL), AC(Arg.AC), DT(Arg.DT), LI(Arg.LI) {}
56 : AAResultBase(std::move(Arg)), DL(Arg.DL), AC(Arg.AC), DT(Arg.DT),
137 const DataLayout &DL, unsigned Depth, AssumptionCache *AC,
144 AssumptionCache *AC, DominatorTree *DT)
    [all...]
PHITransAddr.h 47 AssumptionCache *AC;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
ValueTracking.h 47 AssumptionCache *AC = nullptr,
57 AssumptionCache *AC = nullptr,
65 AssumptionCache *AC = nullptr,
76 AssumptionCache *AC = nullptr,
85 AssumptionCache *AC = nullptr,
91 AssumptionCache *AC = nullptr,
98 AssumptionCache *AC = nullptr,
112 unsigned Depth = 0, AssumptionCache *AC = nullptr,
125 unsigned Depth = 0, AssumptionCache *AC = nullptr,
320 AssumptionCache *AC,
    [all...]
CodeMetrics.h 96 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC,
101 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
DemandedBits.h 60 AssumptionCache *AC;
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 27 Alloc<int> AC;
28 h(AC);
31 h<Alloc>(AC);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 28 AnalysisDeclContext* AC;
31 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
32 : BR(br), Checker(checker), AC(ac) {}
66 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
67 BR.EmitBasicReport(AC->getDecl(), Checker,
IdenticalExprChecker.cpp 40 AnalysisDeclContext *AC;
45 : BR(B), Checker(Checker), AC(A) {}
72 BR.EmitBasicReport(AC->getDecl(), Checker,
92 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) {
100 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) {
119 if (InnerIf && isIdenticalStmt(AC->getASTContext(), I->getCond(), InnerIf->getCond(), /*ignoreSideEffects=*/ false)) {
120 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC);
121 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions",
141 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) {
143 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
    [all...]
ObjCContainersASTChecker.cpp 31 AnalysisDeclContext* AC;
75 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac)
76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
145 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
146 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(),
VirtualCallChecker.cpp 33 AnalysisDeclContext *AC;
63 AnalysisDeclContext *ac)
64 : Checker(checker), BR(br), AC(ac), visitingCallExpr(nullptr) {}
191 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
197 BR.EmitBasicReport(AC->getDecl(), Checker,
206 BR.EmitBasicReport(AC->getDecl(), Checker,
CheckSecuritySyntaxOnly.cpp 64 AnalysisDeclContext* AC;
72 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
74 : BR(br), AC(ac), II_setid(),
293 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
294 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter,
328 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
329 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets,
368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
369 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 46 AssumptionCache *AC = nullptr);
UnrollLoop.h 35 AssumptionCache *AC, bool PreserveLCSSA);
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 64 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP,
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 130 AssumptionCache *AC,
139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) {
150 AssumptionCache *AC, int BonusInstThreshold) {
153 EverChanged |= iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold);
167 EverChanged = iterativelySimplifyCFG(F, TTI, AC, BonusInstThreshold);
183 auto &AC = AM->getResult<AssumptionAnalysis>(F);
185 if (!simplifyFunctionCFG(F, TTI, &AC, BonusInstThreshold))
210 AssumptionCache *AC =
214 return simplifyFunctionCFG(F, TTI, AC, BonusInstThreshold);
  /external/llvm/include/llvm/Transforms/Scalar/
SROA.h 57 AssumptionCache *AC;
102 SROA() : C(nullptr), DT(nullptr), AC(nullptr) {}
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 72 AssumptionCache &AC =
87 PromoteMemToReg(Allocas, DT, nullptr, &AC);
  /external/llvm/tools/llvm-config/
llvm-config.cpp 66 AvailableComponent *AC = ComponentMap.lookup(Name);
67 assert(AC && "Invalid component name!");
70 if (!VisitedComponents.insert(AC).second) {
76 if (!AC->IsInstalled && !IncludeNonInstalled)
80 for (unsigned i = 0; AC->RequiredLibraries[i]; ++i) {
81 VisitComponent(AC->RequiredLibraries[i], ComponentMap, VisitedComponents,
92 if (AC->Library) {
94 *HasMissing = !sys::fs::exists(*ActiveLibDir + "/" + AC->Library);
96 RequiredLibs.push_back(AC->Library);
118 AvailableComponent *AC = &AvailableComponents[i]
    [all...]
  /development/ndk/platforms/android-3/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 9