Searched defs:intersect (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPassManager.h211 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
233 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
448 // Finally, intersect the preserved analyses to compute the aggregate
450 PA.intersect(std::move(PassPA));
1162 // Then intersect the preserved set so that invalidation of module
1164 PA.intersect(std::move(PassPA));
1263 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DPassManager.h217 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
239 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
454 // Finally, intersect the preserved analyses to compute the aggregate
456 PA.intersect(std::move(PassPA));
1182 // Then intersect the preserved set so that invalidation of module
1184 PA.intersect(std::move(PassPA));
1283 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DPassManager.h217 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
239 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
454 // Finally, intersect the preserved analyses to compute the aggregate
456 PA.intersect(std::move(PassPA));
1182 // Then intersect the preserved set so that invalidation of module
1184 PA.intersect(std::move(PassPA));
1283 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DPassManager.h211 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
233 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
448 // Finally, intersect the preserved analyses to compute the aggregate
450 PA.intersect(std::move(PassPA));
1162 // Then intersect the preserved set so that invalidation of module
1164 PA.intersect(std::move(PassPA));
1263 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DPassManager.h217 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
239 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
454 // Finally, intersect the preserved analyses to compute the aggregate
456 PA.intersect(std::move(PassPA));
1182 // Then intersect the preserved set so that invalidation of module
1184 PA.intersect(std::move(PassPA));
1283 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DPassManager.h217 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
239 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
454 // Finally, intersect the preserved analyses to compute the aggregate
456 PA.intersect(std::move(PassPA));
1182 // Then intersect the preserved set so that invalidation of module
1184 PA.intersect(std::move(PassPA));
1283 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DPassManager.h225 void intersect(const PreservedAnalyses &Arg) { function in class:llvm::PreservedAnalyses
247 void intersect(PreservedAnalyses &&Arg) { function in class:llvm::PreservedAnalyses
462 // Finally, intersect the preserved analyses to compute the aggregate
464 PA.intersect(std::move(PassPA));
1207 // Then intersect the preserved set so that invalidation of module
1209 PA.intersect(std::move(PassPA));
1308 PA.intersect(P.run(Arg, AM, std::forward<Ts>(Args)...));
H A DMetadata.h669 AAMDNodes intersect(const AAMDNodes &Other) { function in struct:llvm::AAMDNodes
1092 static MDNode *intersect(MDNode *A, MDNode *B);
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
H A Dkotlin-stdlib-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/ranges/ kotlin/sequences/ kotlin/internal/ kotlin/concurrent/ kotlin/ ...
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
H A Dkotlin-stdlib-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/ranges/ kotlin/sequences/ kotlin/internal/ kotlin/concurrent/ kotlin/ ...
/prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
H A Dchecker-qual-2.0.0.jarMETA-INF/ META-INF/MANIFEST.MF afu/ afu/org/ afu/org/checkerframework/ afu/org/checkerframework/checker/ ...

Completed in 347 milliseconds

1234567891011>>