HomeSort by: relevance | last modified time | path
    Searched defs:Apply (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_register.cc 345 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_register.cc 340 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform.h 690 return Func::template Apply<MappingGoPPC64_46>(arg);
692 return Func::template Apply<MappingGoPPC64_47>(arg);
695 return Func::template Apply<MappingGoMips64_47>(arg);
697 return Func::template Apply<MappingGoS390x>(arg);
699 return Func::template Apply<MappingGoAarch64>(arg);
701 return Func::template Apply<MappingGoWindows>(arg);
703 return Func::template Apply<MappingGo48>(arg);
707 return Func::template Apply<MappingAppleAarch64>(arg);
709 return Func::template Apply<Mapping48AddressSpace>(arg);
713 return Func::template Apply<MappingAarch64_39>(arg)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform.h 635 return Func::template Apply<MappingGoPPC64_46>(arg);
637 return Func::template Apply<MappingGoPPC64_47>(arg);
640 return Func::template Apply<MappingGoMips64_47>(arg);
642 return Func::template Apply<MappingGoS390x>(arg);
644 return Func::template Apply<MappingGoAarch64>(arg);
646 return Func::template Apply<MappingGoWindows>(arg);
648 return Func::template Apply<MappingGo48>(arg);
652 return Func::template Apply<Mapping48AddressSpace>(arg);
654 return Func::template Apply<MappingAppleAarch64>(arg);
658 return Func::template Apply<MappingAarch64_39>(arg)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 834 /// Apply an argument to a function.
839 class Apply : public SExpr {
841 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {}
842 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor
861 typename C::CType compare(const Apply* E, C& Cmp) const {
873 /// Apply a self-argument to a self-applicable function.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 629 // Apply the summary resolution for Slot to all virtual calls in SlotInfo.
1065 auto Apply = [&](CallSiteInfo &CSInfo) {
1099 Apply(SlotInfo.CSInfo);
1101 Apply(P.second);
1307 auto Apply = [&](CallSiteInfo &CSInfo) {
1372 Apply(SlotInfo.CSInfo);
1374 Apply(P.second);
1956 // to the apply* functions, as the function names are unavailable during the
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 87 /// may apply.
3736 /// Apply the deduction rules for overload sets.
4600 // apply only when a template type parameter appears directly (and not if
4604 // auto type deduced as T" in order for [temp.deduct.call]p3 to apply.
4637 QualType Apply(TypeLoc TL) {
4758 Result = SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type);
4793 Result = SubstituteDeducedTypeTransform(*this, Deduced).Apply(Type);
4820 .Apply(Type);
4836 SubstituteDeducedTypeTransform(*this, DependentResult).Apply(Type);
4911 Result = SubstituteDeducedTypeTransform(*this, DeducedType).Apply(Type)
    [all...]

Completed in 34 milliseconds