| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 527 for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) { in addVariableOccurence() 528 if (Variables[KindIndex] == VarDecl) { in addVariableOccurence() 537 Occurences.emplace_back(Variables.size(), Mention); in addVariableOccurence() 538 Variables.push_back(VarDecl); in addVariableOccurence() 588 if (OtherOccurence.KindID < Variables.size()) in countPatternDifferences() 589 FirstSuggestion = Variables[OtherOccurence.KindID]; in countPatternDifferences() 594 Variables[ThisOccurence.KindID], ThisOccurence.Mention, in countPatternDifferences() 601 if (ThisOccurence.KindID < Other.Variables.size()) in countPatternDifferences() 602 SecondSuggestion = Other.Variables[ThisOccurence.KindID]; in countPatternDifferences() 607 Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention, in countPatternDifferences()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.h | 25 /// Type wrapper for integer ID for Variables. 0 is reserved. 40 SmallVector<DebugVariable> Variables; 65 return Variables[static_cast<unsigned>(ID)]; in single_locs_end() 32 SmallVector<DebugVariable> Variables; global() variable
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 341 std::map<std::string, Variable, std::less<>> Variables; member in __anonfaf0748f0111::Intrinsic 1182 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn() 1184 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName()); in replaceParamsIn() 1191 Variables.clear(); in initVariables() 1200 Variables[Name] = Variable(Types[I], Name + VariablePostfix); in initVariables() 1224 assert(Variables.find(Name) != Variables.end()); in emitPrototype() 1225 Variable &V = Variables[Name]; in emitPrototype() 1287 Variable &V = Variables[Name]; in emitArgumentReversal() 1335 assert(Variables.find(Name) != Variables.end()); in emitShadowedArgs() 1336 Variable &V = Variables[Name]; in emitShadowedArgs() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSwLowerLDS.cpp | 185 getOrderedNonKernelAllLDSGlobals(SetVector<GlobalVariable *> &Variables); 204 SetVector<GlobalVariable *> &Variables); 233 SetVector<GlobalVariable *> &Variables) { in getOrderedNonKernelAllLDSGlobals() argument 236 std::vector<GlobalVariable *>(Variables.begin(), Variables.end())); in getOrderedNonKernelAllLDSGlobals() 955 Function *Func, SetVector<GlobalVariable *> &Variables) { in getAddressesOfVariablesInKernel() argument 964 ArrayType::get(IRB.getPtrTy(AMDGPUAS::GLOBAL_ADDRESS), Variables.size()); in getAddressesOfVariablesInKernel() 967 for (auto *GV : Variables) { in getAddressesOfVariablesInKernel() 1028 auto &Variables = NKLDSParams.OrdereLDSGlobals; in buildNonKernelLDSOffsetTable() local 1030 if (Variables.empty() || Kernels.empty()) in buildNonKernelLDSOffsetTable() 1032 const size_t NumberVariables = Variables.size(); in buildNonKernelLDSOffsetTable() [all …]
|
| H A D | AMDGPULowerModuleLDSPass.cpp | 312 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel() argument 321 ArrayType *KernelOffsetsType = ArrayType::get(I32, Variables.size()); in getAddressesOfVariablesInKernel() 324 for (GlobalVariable *GV : Variables) { in getAddressesOfVariablesInKernel() 337 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable() argument 340 if (Variables.empty()) { in buildLookupTable() 345 const size_t NumberVariables = Variables.size(); in buildLookupTable() 362 Ctx, Variables, Replacement->second.LDSVarsToConstantGEP); in buildLookupTable()
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | vars.texi | 3 @c Variables depending on installation
|
| H A D | vars.tin | 3 @c Variables depending on installation
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 46 * System Variables:: 47 * Peer Variables:: 48 * Clock Variables:: 472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top 494 @node System Variables, Peer Variables, Status Words and Kiss Codes, Top 496 @section System Variables 640 @node Peer Variables, Clock Variables, System Variables, Top 642 @section Peer Variables 800 @node Clock Variables, , Peer Variables, Top 802 @section Clock Variables
|
| /freebsd/contrib/libucl/tests/basic/ |
| H A D | 2.in | 20 # Variables
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 104 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder 112 unsigned getNumVariables() const { return Variables.size(); } in getNumVariables() 116 return static_cast<VariableID>(Variables.insert(V)); in insertVariable() 121 return Variables[static_cast<unsigned>(ID)]; in getVariable() 166 for (const DebugVariable &V : Variables) { in print() 249 assert(Variables.empty() && "Expect clear before init"); in init() 252 Variables.reserve(Builder.Variables.size() + 1); in init() 253 Variables.push_back(DebugVariable(nullptr, std::nullopt, nullptr)); in init() 254 Variables.append(Builder.Variables.begin(), Builder.Variables.end()); in init() 258 Variables.clear(); in clear()
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | create_unbound_ad_servers.cmd | 8 rem Variables
|
| H A D | unbound_cache.cmd | 9 rem Variables
|
| /freebsd/usr.sbin/bsdconfig/share/media/ |
| H A D | httpproxy.subr | 47 # Variables from variable.subr that can be used to script user input: 57 # Variables from variable.subr that are set after successful execution include 130 # can be made. Variables from variable.subr that can be used to script user 252 # Variables from variable.subr that can be used to script user input:
|
| /freebsd/usr.sbin/bsdconfig/timezone/share/ |
| H A D | iso3166.subr | 73 # Variables created by this function: 86 # Variables that should be defined on the invocation line:
|
| /freebsd/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 43 PFCTL_TEST(0006, "Variables") 79 PFCTL_TEST(0057, "Variables") 105 PFCTL_TEST(0096, "Variables")
|
| /freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
| H A D | hotspare.cfg | 34 # Variables for hotspare_detach_001
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_add/ |
| H A D | zpool_add.cfg | 35 # Variables for zpool_add_006
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create.cfg | 35 # Variables for zpool_create_005
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscall_linux_loongarch64.inc | 15 // https://gcc.gnu.org/onlinedocs/gcc/Local-Register-Variables.html#Local-Register-Variables
|
| H A D | sanitizer_syscall_linux_riscv64.inc | 14 // https://gcc.gnu.org/onlinedocs/gcc/Local-Register-Variables.html#Local-Register-Variables
|
| /freebsd/tools/tools/locale/ |
| H A D | README | 19 Variables:
|
| /freebsd/usr.bin/tip/ |
| H A D | README | 22 Variables:
|
| /freebsd/tests/sys/cddl/zfs/tests/zones/ |
| H A D | zones.cfg | 27 # Variables we'll use to name our zones
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/ |
| H A D | testframe.txt | 61 type. Variables are created on first use and will be 82 call return list. Variables are referenced in a call parameter 219 Variables and integer constants may be freely intermixed. The result
|
| /freebsd/contrib/bsnmp/snmp_ntp/ |
| H A D | NTP-MIB.txt | 232 -- Peer Variables Table 529 -- Filter Group Peer Variables Table 536 "This table is an extension of the Peer Variables Table
|