Home
last modified time | relevance | path

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

12345

/freebsd/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/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp339 std::map<std::string, Variable> Variables; member in __anonfaf0748f0111::Intrinsic
1117 assert_with_loc(Variables.find(VarName) != Variables.end(), in replaceParamsIn()
1119 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName()); in replaceParamsIn()
1126 Variables.clear(); in initVariables()
1135 Variables[Name] = Variable(Types[I], Name + VariablePostfix); in initVariables()
1159 assert(Variables.find(Name) != Variables.end()); in emitPrototype()
1160 Variable &V = Variables[Name]; in emitPrototype()
1225 Variable &V = Variables[Name]; in emitArgumentReversal()
1273 assert(Variables.find(Name) != Variables.end()); in emitShadowedArgs()
1274 Variable &V = Variables[Name]; in emitShadowedArgs()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h25 /// 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/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
H A Dntpq-opts.def297 Variables which
695 .Sx System Variables
697 .Sx Peer Variables
771 .Sx System Variables
773 .Sx Peer Variables
805 .Ss System Variables
890 .Ss Peer Variables
996 .Ss Clock Variables
/freebsd/crypto/heimdal/doc/
H A Dvars.texi3 @c Variables depending on installation
H A Dvars.tin3 @c Variables depending on installation
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc43 PFCTL_TEST(0006, "Variables")
79 PFCTL_TEST(0057, "Variables")
105 PFCTL_TEST(0096, "Variables")
/freebsd/contrib/libucl/tests/basic/
H A D2.in20 # Variables
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp312 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/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()
247 assert(Variables.empty() && "Expect clear before init"); in init()
250 Variables.reserve(Builder.Variables.size() + 1); in init()
251 Variables.push_back(DebugVariable(nullptr, std::nullopt, nullptr)); in init()
252 Variables.append(Builder.Variables.begin(), Builder.Variables.end()); in init()
256 Variables.clear(); in clear()
/freebsd/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd8 rem Variables
H A Dunbound_cache.cmd9 rem Variables
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr47 # 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 Diso3166.subr73 # Variables created by this function:
86 # Variables that should be defined on the invocation line:
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare.cfg34 # Variables for hotspare_detach_001
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add.cfg35 # Variables for zpool_add_006
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create.cfg35 # Variables for zpool_create_005
/freebsd/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/tools/tools/locale/
H A DREADME19 Variables:
/freebsd/usr.bin/tip/
H A DREADME22 Variables:
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg27 # Variables we'll use to name our zones
/freebsd/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/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