| /src/sys/external/bsd/acpica/dist/tests/misc/ |
| grammar.asl | 60 Warning 1087 - ^ Not all control paths return a value (RCIV) 84 Warning 1087 - ^ Not all control paths return a value (COND) 124 Return (0x0F) 129 Return 139 Return 149 Return (0x0F) 159 Return (Zero) 164 Return 188 Return (PRT0) 195 Return (Zero [all...] |
| badcode.asl | 93 Return (0) 110 Return (INT1) 113 // Fallthrough exit path does not return a value 118 // Method MTH2 above does not always return a value 123 // Method MTH4 does not explicitly return a value 162 // and return value validation 189 // Predefined names that should not have a return value 193 Return (Buffer(1){0x33}) 197 Return ("Unexpected Return Value" [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Thunk.h | 25 /// A return adjustment. 31 /// Holds the ABI-specific information about the virtual return 54 return memcmp(this, &Other, sizeof(Other)) == 0; 59 return Equals(Zero); 63 return memcmp(this, &RHS, sizeof(RHS)) < 0; 69 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } 73 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Equals(RHS.Virtual); 78 return !(LHS == RHS); 84 return true; 86 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_test.cc | 27 t2.Return(); 28 t2.Return(); 45 return res; 53 return "symbolize=false:abort_on_error=0"; 59 return true; 65 return run_tests(argc, argv);
|
| tsan_test_util.h | 25 void *loc() const { return loc_; } 102 void Return();
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| ArgumentsAdjusters.cpp | 28 return ArgRef; 31 return StringRef(); 36 return [](const CommandLineArguments &Args, StringRef /*unused*/) { 48 return Arg.startswith(OutputCommand); 67 return AdjustedArgs; 72 return [](const CommandLineArguments &Args, StringRef /*unused*/) { 85 return AdjustedArgs; 90 return [](const CommandLineArguments &Args, StringRef /*unused*/) { 101 return AdjustedArgs; 106 return [](const CommandLineArguments &Args, StringRef /*unused*/) [all...] |
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| ClangCommentCommandInfoEmitter.cpp | 67 std::string Return; 68 raw_string_ostream(Return) << "return &Commands[" << i << "];"; 69 Matches.emplace_back(std::move(Name), std::move(Return)); 75 OS << " return nullptr;\n" 106 return Mangled;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| PointerUnion.h | 27 using Return = T; 35 /// using Ret = typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return; 41 using Return = typename PointerUnionTypeSelectorReturn<RET_NE>::Return; 46 using Return = typename PointerUnionTypeSelectorReturn<RET_EQ>::Return; 52 using Return = 53 typename PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE>::Return; 60 return n > 1 ? 1 + bitsRequired((n + 1) / 2) : 0; 64 return std::min<int>({PointerLikeTypeTraits<Ts>::NumLowBitsAvailable...}) [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| check_y2k.c | 112 Days ( int Year ) /* return number of days since year "0" */ 114 long Return; 116 Return = Year * 365; /* first aproximation to the value */ 120 Return += (Year+3) / 4; /* add in (too many) leap days */ 121 Return -= (Year-1) / 100; /* reduce by (too many) centurys */ 122 Return += (Year-1) / 400; /* get final answer */ 125 return Return; 626 return Fatals ? 1 : 0;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| MipsCCState.h | 70 /// Records whether the return value has been lowered from a floating point 144 bool Return = CCState::CheckReturn(ArgsFlags, Fn); 148 return Return; 151 bool WasOriginalArgF128(unsigned ValNo) { return OriginalArgWasF128[ValNo]; } 153 return OriginalArgWasFloat[ValNo]; 156 return OriginalArgWasFloatVector[ValNo]; 159 return OriginalRetWasFloatVector[ValNo]; 161 bool IsCallOperandFixed(unsigned ValNo) { return CallOperandIsFixed[ValNo]; } 162 SpecialCallingConvType getSpecialCallingConv() { return SpecialCallingConv; [all...] |
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Configure_ac.pm | 65 Return the name of the file found, or the former if neither is present. 86 return $configure_ac 90 return $configure_in; 92 return $configure_ac; 107 return $res
|
| FileUtils.pm | 65 # If the string $S is a well-behaved file name, simply return it. 67 # white space, add '\0'. Return the new string. 79 return $s; 84 Return the first path for a C<$file_name> in the C<include>s. 90 If the file is flagged as optional (ends with C<?>), then return undef 108 return File::Spec->canonpath ($file_name) 115 return File::Spec->canonpath (File::Spec->catfile ($path, $file_name)) 122 return undef; 127 Return the mtime of C<$file>. Missing files, or C<-> standing for 139 return [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| predicates.md | 76 return (GET_CODE (op) != SYMBOL_REF 95 ;; Return nonzero iff OP is one of the integer constants 2, 4 or 8. 102 ;; Return nonzero iff OP is one of the integer constants 2 or 4. 132 return true; 136 return true; 138 return false; 140 return false; 143 return true; 144 return false; 192 return false [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| predicates.md | 76 return (GET_CODE (op) != SYMBOL_REF 95 ;; Return nonzero iff OP is one of the integer constants 2, 4 or 8. 102 ;; Return nonzero iff OP is one of the integer constants 2 or 4. 132 return true; 136 return true; 138 return false; 140 return false; 143 return true; 144 return false; 192 return false [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| CalledValuePropagation.cpp | 43 /// groups. The register group represents SSA registers, the return group 44 /// represents the return values of functions, and the memory group represents 48 enum class IPOGrouping { Register, Return, Memory }; 66 return LHS->getName() < RHS->getName(); 80 return Functions; 84 bool isFunctionSet() const { return LatticeState == FunctionSet; } 87 return LatticeState == RHS.LatticeState && Functions == RHS.Functions; 91 return LatticeState != RHS.LatticeState || Functions != RHS.Functions; 121 /// Compute and return a CVPLatticeVal for the given CVPLatticeKey. 126 return getUndefVal() [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbarch_components.py | 45 # methods, this is the return type. 481 Return -1 if something goes wrong, 0 otherwise. 493 Return -1 if something goes wrong, 0 otherwise. 583 Return -1 for bad REGNUM. Note: Several targets get this wrong. 594 Return the name of register REGNR for the specified architecture. 597 GDBARCH, then this function will return an empty string, this function 598 should never return nullptr. 609 Return the type of a register specified by the architecture. Only 688 Return true if the code of FRAME is writable. 764 in PC. Return nonzero on success [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbarch_components.py | 45 # methods, this is the return type. 481 Return -1 if something goes wrong, 0 otherwise. 493 Return -1 if something goes wrong, 0 otherwise. 583 Return -1 for bad REGNUM. Note: Several targets get this wrong. 594 Return the name of register REGNR for the specified architecture. 597 GDBARCH, then this function will return an empty string, this function 598 should never return nullptr. 609 Return the type of a register specified by the architecture. Only 688 Return true if the code of FRAME is writable. 764 in PC. Return nonzero on success [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| instance.py | 36 return NamedPorts( 90 return f"-c {self._rndc_conf} -s {self.ip} -p {self.ports.rndc}" 95 return f"10.53.0.{self.num}" 103 return num 106 return parsed_num 110 Send `command` to this named instance using RNDC. Return the server's 117 return self._rndc(command, timeout=timeout, **kwargs) 140 return response 146 Return an instance of the `WatchLogFromStart` context manager for this 149 return WatchLogFromStart(self.log.path, timeout [all...] |
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv32/ |
| riscv32cpuid.S | 32 beqz a1,2f # len == 0, return 63 # Return VLEN (i.e. the length of a vector register in bits).
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| riscv64cpuid.S | 32 beqz a1,2f # len == 0, return 63 # Return VLEN (i.e. the length of a vector register in bits).
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCInstrDesc.h | 103 return Flags & (1 << MCOI::LookupPtrRegClass); 108 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); } 111 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); } 114 bool isBranchTarget() const { return Flags & (1 << MCOI::BranchTarget); } 117 return OperandType >= MCOI::OPERAND_FIRST_GENERIC && 123 return OperandType - MCOI::OPERAND_FIRST_GENERIC; 127 return OperandType >= MCOI::OPERAND_FIRST_GENERIC_IMM && 133 return OperandType - MCOI::OPERAND_FIRST_GENERIC_IMM; 151 Return, 215 return (int)(OpInfo[OpNum].Constraints >> ValuePos) & 0x0f [all...] |
| /src/external/bsd/nvi/dist/perl_api/ |
| perl.xs | 168 return 1; 215 return (0); 233 return 0; 259 if (!screen) return sv_setsv(rv, &PL_sv_undef), rv; 268 return sv_bless(rv, gv_stashpv("VI", TRUE)); 316 return (1); 340 return (0); 344 return (1); 383 return line; 414 return (1) [all...] |
| /src/common/lib/libc/arch/m68k/gen/ |
| muldi3.S | 38 | * Return lower 64bit of (X * Y) into %d0:%d1.
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64LowerHomogeneousPrologEpilog.cpp | 67 /// When a return follow, it can be optimized. 89 return AARCH64_LOWER_HOMOGENEOUS_PROLOG_EPILOG_NAME; 103 return false; 107 return AArch64LowerHomogeneousPE(&M, MMI).run(); 122 return Changed; 126 /// Return a frame helper name with the given CSRs and the helper type. 150 return RegStream.str(); 154 /// Return a newly created MachineFunction with an empty MachineBasicBlock. 192 return MF; 241 /// Return a unique function if a helper can be formed with the given Reg [all...] |
| /src/external/bsd/bc/dist/ |
| scan.l | 92 return; 103 return; 159 return; 172 return; 222 <slcomment>"\n" { line_no++; BEGIN(INITIAL); return(ENDOFLINE); } 223 define return(Define); 224 break return(Break); 225 quit return(Quit); 226 length return(Length); 227 return return(Return) [all...] |