Searched refs:Variable (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/usr.sbin/sade/
H A Dvariable.c41 Variable *vp;
66 vp = (Variable *)safe_malloc(sizeof(Variable));
123 Variable *vp;
143 Variable *save = vp->next;
238 Variable *vp;
263 Variable *vp;
277 Variable *save = vp;
H A Dglobals.c45 Variable *VarHead; /* The head of the variable chain */
H A Dsade.h157 } Variable; typedef in typeref:struct:_variable
268 extern Variable *VarHead; /* The head of the variable chain */
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dvariable.c46 Variable *vp;
71 vp = (Variable *)safe_malloc(sizeof(Variable));
128 Variable *vp;
148 Variable *save = vp->next;
243 Variable *vp;
268 Variable *vp;
282 Variable *save = vp;
H A Dglobals.c52 Variable *VarHead; /* The head of the variable chain */
H A Dsysinstall.h242 } Variable; typedef in typeref:struct:_variable
412 extern Variable *VarHead; /* The head of the variable chain */
H A Dconfig.c397 Variable *v;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h89 const MDNode *Variable; member in class:llvm::DotDebugLocEntry
95 DotDebugLocEntry() : Begin(0), End(0), Variable(0), Merged(false) {
100 : Begin(B), End(E), Loc(L), Variable(V), Merged(false) {
105 : Begin(B), End(E), Variable(0), Merged(false) {
110 : Begin(B), End(E), Variable(0), Merged(false) {
116 : Begin(B), End(E), Variable(0), Merged(false) {
138 const MDNode *getVariable() const { return Variable; }
147 DIVariable Var; // Variable Descriptor.
148 DIE *TheDIE; // Variable DIE.
H A DDwarfDebug.cpp594 if (DIE *Variable =
596 Children.push_back(Variable);
597 if (Variables[i]->isObjectPointer()) ObjectPointer = Variable;
1650 // Variable is in a register, we need to check for clobbers.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp149 const VarDecl *Variable; member in struct:__anon3105::CatchHandler
198 Handler.Variable = CatchDecl;
245 bool EndCatchMightThrow = (Handler.Variable == 0);
253 if (const VarDecl *CatchParam = Handler.Variable) {
H A DCGDecl.cpp1052 assert(emission.Variable && "emission was not valid!");
1057 const VarDecl &D = *emission.Variable;
1210 const VarDecl *var = emission.Variable;
1259 assert(emission.Variable && "emission was not valid!");
1268 const VarDecl &D = *emission.Variable;
H A DCGStmt.cpp1385 const VarDecl *Variable = dyn_cast<VarDecl>(&Value); local
1386 if (!Variable)
1388 if (Variable->getStorageClass() != SC_Register)
1390 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();
H A DCodeGenFunction.h1703 const VarDecl *Variable; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
1725 AutoVarEmission(Invalid) : Variable(0) {}
1728 : Variable(&variable), Address(0), NRVOFlag(0),
1756 CGF.getByRefValueLLVMField(Variable),
1757 Variable->getNameAsString());
H A DCGBlocks.cpp1909 const VarDecl &var = *emission.Variable;
2115 const VarDecl &D = *emission.Variable;
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.color.c61 } Variable; typedef in typeref:struct:__anon4211
63 static Variable variables[] = {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1004 MDNode *Variable = DI->getVariable();
1008 if (!EmitFuncArgumentDbgValue(V, Variable, Offset, Val)) {
1009 SDV = DAG.getDbgValue(Variable, Val.getNode(),
4478 SelectionDAGBuilder::EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
4489 DIVariable DV(Variable);
4537 Op->getReg(), Offset, Variable));
4541 .addOperand(*Op).addImm(Offset).addMetadata(Variable));
4643 MDNode *Variable = DI.getVariable();
4645 DIVariable DIVar(Variable);
4647 "Variable i
[all...]
H A DSelectionDAGBuilder.h781 bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
H A DSelectionDAGISel.cpp473 const MDNode *Variable = local
481 LDI->second, Offset, Variable);
503 Offset, Variable);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1137 Variable, enumerator in enum:__anon3220
1145 ObjectKind = Variable;
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex123 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
151 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi
2918 \message{Variable `#1', used in @value, is not set.}%
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
152 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi
3090 \message{Variable `#1', used in @value, is not set.}%
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
152 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi
2989 \message{Variable `#1', used in @value, is not set.}%

Completed in 261 milliseconds