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

1 2 3 4

  /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);
120 AnalysisDeclContext *AC = C.getCurrentAnalysisDeclContext();
139 LHSContainsFalsePositive = !CanVary(LHS, AC)
141 RHSContainsFalsePositive = !CanVary(RHS, AC)
196 if (!isUnused(LHS, AC) && !isTruncationExtensionAssignment(LHS, RHS)) {
370 AnalysisDeclContext *AC = (*ES.begin())->getLocationContext()
372 if (!pathWasCompletelyAnalyzed(AC,
    [all...]
ObjCContainersASTChecker.cpp 30 AnalysisDeclContext* AC;
76 WalkAST(BugReporter &br, AnalysisDeclContext* ac)
77 : BR(br), AC(ac), ASTC(AC->getASTContext()),
144 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
145 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 59 AnalysisDeclContext* AC;
67 WalkAST(BugReporter &br, AnalysisDeclContext* ac,
69 : BR(br), AC(ac), II_setid(),
288 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
289 BR.EmitBasicReport(AC->getDecl(),
325 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
326 BR.EmitBasicReport(AC->getDecl(),
367 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
368 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 59 AvailableComponent *AC = ComponentMap.lookup(Name);
60 assert(AC && "Invalid component name!");
63 if (!VisitedComponents.insert(AC).second) {
69 for (unsigned i = 0; AC->RequiredLibraries[i]; ++i) {
70 VisitComponent(AC->RequiredLibraries[i], ComponentMap, VisitedComponents,
75 if (AC->Library)
76 RequiredLibs.push_back(AC->Library);
93 AvailableComponent *AC = &AvailableComponents[i];
94 ComponentMap[AC->Name] = AC;
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 66 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) {
68 reachable_code::FindUnreachableCode(AC, UC);
92 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) {
93 CFG *cfg = AC.getCFG();
102 bool AddEHEdges = AC.getAddEHEdges();
319 AnalysisDeclContext &AC) {
352 switch (CheckFallThrough(AC)) {
833 AnalysisDeclContext AC(/* AnalysisDeclContextManager */ 0, D, 0);
837 AC.getCFGBuildOptions().PruneTriviallyFalseEdges = true;
838 AC.getCFGBuildOptions().AddEHEdges = false
    [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/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr

Completed in 1839 milliseconds

1 2 3 4