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

1 2 3 4 5

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
p3.cpp 33 namespace AC {
39 if (AC::i)
40 AC::f();
  /external/clang/test/SemaCXX/
missing-header.cpp 6 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
decltype.cpp 11 typedef A const AC;
16 float &fr = f2(AC().a);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 26 * Dequantize Luma AC block
55 * there re 16 non-zero AC coefficients at most in the packed buffer starting
56 * from 4x4 block position 0; If pDC != NULL, there re 15 non-zero AC
72 * AC - Flag indicating if at least one non-zero AC coefficient exists
85 * - AC !=0 and Qp is not in the range of [0-51] or ppSrc == NULL.
86 * - AC ==0 && pDC ==NULL.
98 OMX_INT AC
111 armRetArgErrIf(AC!=0 && (QP<0), OMX_Sts_BadArgErr);
112 armRetArgErrIf(AC!=0 && (QP>51), OMX_Sts_BadArgErr)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 52 void FindUnreachableCode(AnalysisDeclContext &AC, Callback &CB);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 27 AnalysisDeclContext* AC;
30 WalkAST(BugReporter &br, AnalysisDeclContext* ac) : BR(br), AC(ac) {}
65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
66 BR.EmitBasicReport(AC->getDecl(),
IdempotentOperationChecker.cpp 86 static bool isUnused(const Expr *E, AnalysisDeclContext *AC);
89 static bool pathWasCompletelyAnalyzed(AnalysisDeclContext *AC,
93 AnalysisDeclContext *AC);
95 AnalysisDeclContext *AC);
121 AnalysisDeclContext *AC = C.getCurrentAnalysisDeclContext();
140 LHSContainsFalsePositive = !CanVary(LHS, AC)
142 RHSContainsFalsePositive = !CanVary(RHS, AC)
197 if (!isUnused(LHS, AC) && !isTruncationExtensionAssignment(LHS, RHS)) {
373 AnalysisDeclContext *AC = (*ES.begin())->getLocationContext()
375 if (!pathWasCompletelyAnalyzed(AC,
    [all...]
ObjCContainersASTChecker.cpp 30 AnalysisDeclContext* AC;
76 WalkAST(BugReporter &br, AnalysisDeclContext* ac)
77 : BR(br), AC(ac), ASTC(AC->getASTContext()),
146 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
147 BR.EmitBasicReport(AC->getDecl(),
VirtualCallChecker.cpp 31 AnalysisDeclContext *AC;
60 WalkAST(BugReporter &br, AnalysisDeclContext *ac)
62 AC(ac),
183 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
189 BR.EmitBasicReport(AC->getDecl(),
199 BR.EmitBasicReport(AC->getDecl(),
CheckSecuritySyntaxOnly.cpp 60 AnalysisDeclContext* AC;
68 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
70 : BR(br), AC(ac), II_setid(),
289 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
290 BR.EmitBasicReport(AC->getDecl(),
326 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
327 BR.EmitBasicReport(AC->getDecl(),
368 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
369 BR.EmitBasicReport(AC->getDecl()
    [all...]
CStringSyntaxChecker.cpp 35 AnalysisDeclContext* AC;
85 WalkAST(BugReporter &br, AnalysisDeclContext* ac) :
86 BR(br), AC(ac), ASTC(AC->getASTContext()) {
145 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 31 Alloc<int> AC;
32 h(AC);
35 h<Alloc>(AC);
  /external/llvm/tools/llvm-config/
llvm-config.cpp 60 AvailableComponent *AC = ComponentMap.lookup(Name);
61 assert(AC && "Invalid component name!");
64 if (!VisitedComponents.insert(AC).second) {
70 if (!AC->IsInstalled && !IncludeNonInstalled)
74 for (unsigned i = 0; AC->RequiredLibraries[i]; ++i) {
75 VisitComponent(AC->RequiredLibraries[i], ComponentMap, VisitedComponents,
80 if (AC->Library)
81 RequiredLibs.push_back(AC->Library);
101 AvailableComponent *AC = &AvailableComponents[i];
102 ComponentMap[AC->Name] = AC
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 70 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) {
72 reachable_code::FindUnreachableCode(AC, UC);
96 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
97 CFG *cfg = AC.getCFG();
106 bool AddEHEdges = AC.getAddEHEdges();
322 AnalysisDeclContext &AC) {
355 switch (CheckFallThrough(AC)) {
816 static void DiagnoseSwitchLabelsFallthrough(Sema &S, AnalysisDeclContext &AC,
819 FM.TraverseStmt(AC.getBody());
827 CFG *Cfg = AC.getCFG()
    [all...]
  /bionic/libc/kernel/common/linux/
if_tr.h 25 #define AC 0x10
31 __u8 ac; member in struct:trh_hdr
  /development/ndk/platforms/android-3/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tr.h 12 * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be>
28 #define AC 0x10
37 __u8 ac; /* access control field */ member in struct:trh_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 12 * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be>
28 #define AC 0x10
37 __u8 ac; /* access control field */ member in struct:trh_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 12 * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be>
28 #define AC 0x10
37 __u8 ac; /* access control field */ member in struct:trh_hdr
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr

Completed in 310 milliseconds

1 2 3 4 5