HomeSort by relevance Sort by last modified time
    Searched defs:PImpl (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LazyValueInfo.h 29 void *PImpl;
34 LazyValueInfo() : FunctionPass(ID), PImpl(0) {
37 ~LazyValueInfo() { assert(PImpl == 0 && "releaseMemory not called"); }
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 37 void *PImpl = nullptr;
47 : AC(Arg.AC), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
48 Arg.PImpl = nullptr;
55 PImpl = Arg.PImpl;
56 Arg.PImpl = nullptr;
126 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LazyValueInfo.h 38 void *PImpl = nullptr;
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
57 PImpl = Arg.PImpl;
58 Arg.PImpl = nullptr;
135 assert(!Info.PImpl && "releaseMemory not called");

Completed in 1311 milliseconds