HomeSort by: relevance | last modified time | path
    Searched refs:Perform (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libgcc/config/fr30/
lib1funcs.S 45 ;; Perform an unsiged division of r4 / r5 and place the result in r4.
57 ;; Perform a siged division of r4 / r5 and place the result in r4.
72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
84 ;; Perform a siged division of r4 / r5 and place the remainder in r4.
  /src/external/gpl3/gcc/dist/libgcc/config/fr30/
lib1funcs.S 45 ;; Perform an unsiged division of r4 / r5 and place the result in r4.
57 ;; Perform a siged division of r4 / r5 and place the result in r4.
72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
84 ;; Perform a siged division of r4 / r5 and place the remainder in r4.
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-actions.h 334 virtual Result Perform(const ArgumentTuple& args) = 0;
357 return impl_->Perform(
397 Result Perform(ArgumentTuple args) const {
417 // implementation class that has a Perform() method template:
422 // Result Perform(const ArgumentTuple& args) const {
452 Result Perform(const ArgumentTuple& args) override {
453 return impl_.template Perform<Result>(args);
571 Result Perform(const ArgumentTuple&) override { return value_; }
595 Result Perform(const ArgumentTuple&) override {
621 static Result Perform(const ArgumentTuple&)
    [all...]
gmock-generated-actions.h 75 static Result Perform(Impl* impl, const ::std::tuple<>& args) {
83 static Result Perform(Impl* impl, const ::std::tuple<A0>& args) {
91 static Result Perform(Impl* impl, const ::std::tuple<A0, A1>& args) {
99 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2>& args) {
107 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3>& args) {
115 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3,
125 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4,
135 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5,
145 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5,
155 static Result Perform(Impl* impl, const ::std::tuple<A0, A1, A2, A3, A4, A5
    [all...]
gmock-spec-builders.h 1409 Wrapper(action.Perform(std::move(args))));
1448 action.Perform(std::move(args));
1524 return spec->GetAction().Perform(std::move(args));
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 385 // Perform any sanitizer specific initialization.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 385 // Perform any sanitizer specific initialization.
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/neon/
com.asm 49 C Perform a few initial operation until rp is 128-bit aligned
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 163 /// initialization in a copy or move constructor. These can perform array
806 /// Perform a derived-to-base cast, producing an rvalue.
809 /// Perform a derived-to-base cast, producing an xvalue.
812 /// Perform a derived-to-base cast, producing an lvalue.
830 /// Perform a user-defined conversion, either via a conversion
834 /// Perform a qualification conversion, producing an rvalue.
837 /// Perform a qualification conversion, producing an xvalue.
840 /// Perform a qualification conversion, producing an lvalue.
843 /// Perform a function reference conversion, see [dcl.init.ref]p4.
846 /// Perform a conversion adding _Atomic to a type
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 828 // Perform initialization analysis and ensure any implicit conversions
845 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);
1623 return InitSeq.Perform(*this, Entity, InitKind, InitExpr);
SemaExprCXX.cpp 139 // Determine where to perform name lookup.
1009 // cannot be a simple walk of the class's decls. Instead, we must perform
1304 // if any, must perform implicit captures.
1451 // If the type is a placeholder for a deduced class type, [...perform class
1510 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Exprs);
2205 // We would like to perform some checking on the given `operator new` call,
2295 // If we can perform the initialization, and we've not already done so,
2318 ExprResult FullInit = InitSeq.Perform(*this, Entity, Kind,
2739 // To perform this comparison, we compute the function type that
2765 // Perform template argument deduction to try to match th
    [all...]
SemaDeclCXX.cpp 274 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
1275 E = Seq.Perform(S, Entity, Kind, Init);
1299 /// perform anywhere else in C++.
2948 // we're going to produce a diagnostic. Perform the derived-to-base
4015 Init = Seq.Perform(*this, Entity, Kind, InitExpr);
4376 ExprResult MemberInit = InitSeq.Perform(*this, MemberEntity, Kind, Args,
4429 ExprResult DelegationInit = InitSeq.Perform(*this, DelegationEntity, Kind,
4446 // perform this type-checking again. Just save the arguments that we
4563 ExprResult BaseInit = InitSeq.Perform(*this, BaseEntity, Kind, Args, nullptr);
4576 // perform this type-checking again. Just save the arguments that w
    [all...]
SemaCoroutine.cpp 610 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, CtorArgExprs);
SemaInit.cpp 598 : InitSeq.Perform(SemaRef, Entity, Kind, SubInit);
738 /// with expressions that perform value-initialization of the
1398 ExprResult Result = Seq.Perform(SemaRef, TmpEntity, Kind, expr);
2428 : Seq.Perform(SemaRef, Entity, Kind, Init);
2965 // Repeatedly perform subobject initializations in the range
3140 /// Determine whether we can perform aggregate initialization for the purposes
4025 // Perform overload resolution and return the result.
4204 // need the initialization sequence to decide whether to perform the second
4318 // Perform address space compatibility check.
4328 // Ignore address space of reference type at this point and perform addres
    [all...]
  /src/external/bsd/ipf/dist/perl/
plog 42 # the host www.example.com, report packet flags and perform paranoid
1029 -p Perform paranoid hostname lookups.
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
add_n.asm 49 C Perform additional micro-tuning
sub_n.asm 49 C Perform additional micro-tuning
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
addmul_2.asm 49 C 2. Perform two of the fp->int conversions with integer instructions. We
  /src/usr.sbin/postinstall/
postinstall.in 300 # Perform op ("check" or "fix") on files in src/ against dst/
360 # Perform op ("check" or "fix") on files in src/ against dst/
2795 Perform post-installation checks and/or fixes on a system's
2822 check ITEM ... Perform post-installation checks on ITEMs.
3083 # Perform operation.
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 100 # zero, then perform a divide-by-zero using a 16-bit implemented #
200 # perform the divide algorithm:
509 # Perform the multiply in pieces using 16x16->32 unsigned #
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 941 @ Perform first subtraction to align result to a nibble.
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 941 @ Perform first subtraction to align result to a nibble.
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 2322 Perform arch-dependent adjustments to a register name.
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch_components.py 2285 Perform arch-dependent adjustments to a register name.
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
sqr_basecase.asm 60 C * Perform cross-jumping in sqr_diag_addlsh1's feed-in code, into the loop.

Completed in 70 milliseconds

1 2