HomeSort by relevance Sort by last modified time
    Searched refs:VarList (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.c 141 ENV_VAR_LIST *VarList;
176 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
177 if (VarList == NULL) {
182 // We need another CHAR16 to save '\0' in VarList->Val.
184 VarList->Val = AllocateZeroPool (ValSize + sizeof (CHAR16));
185 if (VarList->Val == NULL) {
186 SHELL_FREE_NON_NULL(VarList);
190 Status = SHELL_GET_ENVIRONMENT_VARIABLE_AND_ATTRIBUTES(VariableName, &VarList->Atts, &ValSize, VarList->Val);
193 SHELL_FREE_NON_NULL (VarList->Val);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 126 const VarList &getVariables() const { return Variables; }
132 const VarList &getArgs() const { return Args; }
133 VarList &getArgs() { return Args; }
135 const VarList &getImplicitArgs() const { return ImplicitArgs; }
327 VarList Variables;
328 VarList Args; /// subset of Variables, in argument order
329 VarList ImplicitArgs; /// subset of Variables
IceLiveness.cpp 39 VarList::const_iterator FirstVar, bool IsFullInit) {
125 VarList::const_iterator FirstVar = Func->getVariables().begin();
130 VarList::const_iterator FirstVar) {
IceLiveness.h 69 VarList::const_iterator FirstVar);
127 VarList::const_iterator FirstVar, bool IsFullInit);
IceTargetLowering.h 465 void getVarStackSlotParams(VarList &SortedSpilledVariables,
487 void assignVarStackSlots(VarList &SortedSpilledVariables,
495 void sortVarsByAlignment(VarList &Dest, const VarList &Source) const;
IceTargetLowering.cpp 763 void TargetLowering::sortVarsByAlignment(VarList &Dest,
764 const VarList &Source) const {
779 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed,
811 const VarList &Variables = Func->getVariables();
812 VarList SpilledVariables;
897 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables,
    [all...]
IceDefs.h 147 using VarList = CfgVector<Variable *>;
IceInstARM32.h     [all...]
IceTargetLoweringARM32.h 738 void _push(const VarList &Sources) { Context.insert<InstARM32Push>(Sources); }
739 void _pop(const VarList &Dests) {
    [all...]
IceTargetLoweringMIPS32.h 645 void assignVarStackSlots(VarList &SortedSpilledVariables,
852 VarList PhysicalRegisters[IceType_NUM];
853 VarList PreservedGPRs;
    [all...]
IceOperand.h     [all...]
IceRegAlloc.cpp 305 const VarList &Vars = Func->getVariables();
    [all...]
IceTargetLoweringMIPS32.cpp 115 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables,
    [all...]
IceInstARM32.cpp     [all...]
IceTargetLoweringARM32.cpp 394 void copyRegAllocFromInfWeightVariable64On32(const VarList &Vars) {
    [all...]
IceTargetLoweringX86Base.h     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py 681 VarList = []
691 VarList.append(Lvalue[VarStart:VarEnd + 1])
717 return VarList
    [all...]

Completed in 2602 milliseconds