Home
last modified time | relevance | path

Searched refs:Variables (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp528 for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) { in addVariableOccurence()
529 if (Variables[KindIndex] == VarDecl) { in addVariableOccurence()
538 Occurences.emplace_back(Variables.size(), Mention); in addVariableOccurence()
539 Variables.push_back(VarDecl); in addVariableOccurence()
589 if (OtherOccurence.KindID < Variables.size()) in countPatternDifferences()
590 FirstSuggestion = Variables[OtherOccurence.KindID]; in countPatternDifferences()
595 Variables[ThisOccurence.KindID], ThisOccurence.Mention, in countPatternDifferences()
602 if (ThisOccurence.KindID < Other.Variables.size()) in countPatternDifferences()
603 SecondSuggestion = Other.Variables[ThisOccurence.KindID]; in countPatternDifferences()
608 Other.Variables[OtherOccurence.KindID], OtherOccurence.Mention, in countPatternDifferences()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp339 std::map<std::string, Variable> Variables; member in __anon6f3616850111::Intrinsic
1124 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn()
1133 Variables.clear(); in initVariables()
1166 assert(Variables.find(Name) != Variables.end()); in emitPrototype()
1167 Variable &V = Variables[Name]; in emitPrototype()
1232 Variable &V = Variables[Name]; in emitArgumentReversal()
1280 assert(Variables.find(Name) != Variables.end()); in emitShadowedArgs()
1281 Variable &V = Variables[Name]; in emitShadowedArgs()
1558 while (Intr.Variables.find(N) != Intr.Variables.end()) in emitDagCast()
1761 assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(), in emitDagSaveTemp()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h40 SmallVector<DebugVariable> Variables; variable
65 return Variables[static_cast<unsigned>(ID)]; in getVariable()
/freebsd-14.2/crypto/heimdal/doc/
H A Dvars.tin3 @c Variables depending on installation
H A Dvars.texi3 @c Variables depending on installation
/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq.texi46 * 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-14.2/sbin/pfctl/tests/
H A Dpfctl_test_list.inc43 PFCTL_TEST(0006, "Variables")
79 PFCTL_TEST(0057, "Variables")
105 PFCTL_TEST(0096, "Variables")
/freebsd-14.2/contrib/libucl/tests/basic/
H A D2.in20 # Variables
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp476 LLVMContext &Ctx, ArrayRef<GlobalVariable *> Variables, in getAddressesOfVariablesInKernel() argument
485 ArrayType *KernelOffsetsType = ArrayType::get(I32, Variables.size()); in getAddressesOfVariablesInKernel()
488 for (size_t i = 0; i < Variables.size(); i++) { in getAddressesOfVariablesInKernel()
489 GlobalVariable *GV = Variables[i]; in getAddressesOfVariablesInKernel()
502 Module &M, ArrayRef<GlobalVariable *> Variables, in buildLookupTable() argument
505 if (Variables.empty()) { in buildLookupTable()
510 const size_t NumberVariables = Variables.size(); in buildLookupTable()
527 Ctx, Variables, Replacement->second.LDSVarsToConstantGEP); in buildLookupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp103 UniqueVector<DebugVariable> Variables; member in FunctionVarLocsBuilder
111 unsigned getNumVariables() const { return Variables.size(); } in getNumVariables()
115 return static_cast<VariableID>(Variables.insert(V)); in insertVariable()
120 return Variables[static_cast<unsigned>(ID)]; in getVariable()
165 for (const DebugVariable &V : Variables) { in print()
245 assert(Variables.empty() && "Expect clear before init"); in init()
248 Variables.reserve(Builder.Variables.size() + 1); in init()
249 Variables.push_back(DebugVariable(nullptr, std::nullopt, nullptr)); in init()
250 Variables.append(Builder.Variables.begin(), Builder.Variables.end()); in init()
254 Variables.clear(); in clear()
/freebsd-14.2/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd8 rem Variables
H A Dunbound_cache.cmd9 rem Variables
/freebsd-14.2/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr48 # Variables from variable.subr that can be used to script user input:
58 # Variables from variable.subr that are set after successful execution include
131 # can be made. Variables from variable.subr that can be used to script user
253 # Variables from variable.subr that can be used to script user input:
/freebsd-14.2/usr.sbin/bsdconfig/timezone/share/
H A Diso3166.subr73 # Variables created by this function:
86 # Variables that should be defined on the invocation line:
/freebsd-14.2/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare.cfg37 # Variables for hotspare_detach_001
/freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add.cfg38 # Variables for zpool_add_006
/freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create.cfg38 # Variables for zpool_create_005
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_loongarch64.inc15 // https://gcc.gnu.org/onlinedocs/gcc/Local-Register-Variables.html#Local-Register-Variables
H A Dsanitizer_syscall_linux_riscv64.inc14 // https://gcc.gnu.org/onlinedocs/gcc/Local-Register-Variables.html#Local-Register-Variables
/freebsd-14.2/tools/tools/locale/
H A DREADME19 Variables:
/freebsd-14.2/usr.bin/tip/
H A DREADME22 Variables:
/freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/
H A Du-boot,env.yaml27 Variables can be defined as NVMEM device subnodes.
/freebsd-14.2/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg30 # Variables we'll use to name our zones
/freebsd-14.2/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt61 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-14.2/contrib/bsnmp/snmp_ntp/
H A DNTP-MIB.txt232 -- Peer Variables Table
529 -- Filter Group Peer Variables Table
536 "This table is an extension of the Peer Variables Table

12345