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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/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), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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), "");
  /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/CodeGenCXX/
mangle-alias-template.cpp 27 Alloc<int> AC;
28 h(AC);
31 h<Alloc>(AC);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
SROA.h 61 AssumptionCache *AC = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
SROA.h 61 AssumptionCache *AC = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
SROA.h 61 AssumptionCache *AC = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *AC;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 61 // ac = a + c
67 // In the first iteration, we cannot reassociate abc to ac+b because ab is used
155 AssumptionCache *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,
  /external/clang/test/SemaCXX/
decltype.cpp 11 typedef A const AC;
16 float &fr = f2(AC().a);
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 47 AssumptionCache *AC;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
  /external/llvm/include/llvm/Transforms/Scalar/
SROA.h 57 AssumptionCache *AC;
102 SROA() : C(nullptr), DT(nullptr), AC(nullptr) {}
  /external/llvm/include/llvm/Transforms/Vectorize/
LoopVectorize.h 85 AssumptionCache *AC;
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 81 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F);
84 for (auto &VH : AC.assumptions())
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 31 AssumptionCache &AC) {
49 PromoteMemToReg(Allocas, DT, nullptr, &AC);
58 auto &AC = AM.getResult<AssumptionAnalysis>(F);
59 if (!promoteMemoryToRegister(F, DT, AC))
81 AssumptionCache &AC =
83 return promoteMemoryToRegister(F, DT, AC);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 47 AssumptionCache *AC;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 47 AssumptionCache *AC;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 47 AssumptionCache *AC;
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC)
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {

Completed in 2385 milliseconds

1 2 3 4 5 6 7 8 91011>>