Searched refs:variable (Results 101 - 125 of 201) sorted by relevance

123456789

/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile14 !error Environment variable "WATT_ROOT" not set.
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwmm.c193 m->u.action.u.wmm_action.variable;
H A Dieee802_11_ht.c333 u8 chan = ic_report->variable[i];
H A Dctrl_iface_ap.c454 pos = mgmt->u.deauth.variable;
458 pos = mgmt->u.disassoc.variable;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1428 // no point examining it since we know it's not a local variable.
1448 VariableSP variable; local
1453 variable = GetOrCreateLocalVariable(block_id, child_sym_id, is_param);
1456 if (variable)
1457 variables->AddVariableIfUnique(variable);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp308 return ReturnError(TokStart, "Invalid variable name");
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp142 os << "Strong instance variable relinquished. ";
533 os << "Object loaded from instance variable";
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk15 # variable.
516 # MK_* variable is set to "no".
H A Dbsd.man.mk23 # variable ${SECTIONS}
H A Dbsd.prog.mk118 # the name of a variable temporary object.
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm99 ! it into the global variable _environ. Currently argc is at 8 off
H A Dsol2-gc1.asm112 ! it into the global variable _environ. Currently argc is at 8 off
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk124 # actual library name not the variable name that might refer to it.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc208 // so we copy any StringRefs into this variable.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp175 // A program that jumps from a point where a variable with automatic
177 // is ill-formed unless the variable has scalar type, class type with
183 // A program that jumps from a point where a local variable
185 // where it is in scope is ill-formed unless the variable has
190 // For a variable of (array of) class type declared without an
268 llvm_unreachable("non-lifetime captured variable");
326 // Evaluate the C++17 init stmt and condition variable
534 VarDecl *variable = CI.getVariable(); local
535 BuildScopeInformation(variable, BDecl, origParentScope);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc353 * Following are a sequence of variable length records. The prefix/header
652 /* The variable that holds the name of the profile data
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc353 * Following are a sequence of variable length records. The prefix/header
652 /* The variable that holds the name of the profile data
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp551 new_taskdata->ompt_task_info.deps[i].variable.ptr =
564 new_taskdata->ompt_task_info.deps[ndeps + i].variable.ptr =
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c162 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable, wnmsleep_ie,
166 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable +
173 os_memcpy(mgmt->u.action.u.wnm_sleep_req.variable +
H A Dmesh_mpm.c1140 ies = mgmt->u.action.u.slf_prot_action.variable;
1142 mgmt->u.action.u.slf_prot_action.variable;
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c752 variable(int c) function
/freebsd-11-stable/
H A DMakefile70 # 2. Define `HISTORICAL_MAKE_WORLD' variable (see README).
181 not as a global (in make.conf(5) or src.conf(5)) or command-line variable.
/freebsd-11-stable/stand/lua/
H A Dconfig.lua70 -- detail. Moreover, it's not a particularly useful variable to have in
103 -- the call back into loader.getenv for any variable that's been set or
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h508 ompt_data_t variable; member in struct:ompt_dependence_t
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp221 sc->variable = this;
227 // Is the variable is described by a single location?
261 // Is the variable is described by a single location?
298 // this variable was defined in is currently
305 // Check for static or global variable defined at the compile unit
310 // Check if the variable is valid in the current block
394 "unable to extract a variable name from '%s'",
425 "invalid expression path '%s' for variable '%s'",
432 // Just the name of a variable with no extras
694 // We haven't found our variable ye
[all...]

Completed in 166 milliseconds

123456789