Home | History | Annotate | Download | only in slang

Lines Matching defs:Name

727     //             always use the same index variable name here) name given
890 std::string Name = VarName + "." + getVectorAccessor(i);
891 genInitPrimitiveExportVariable(Name, Val);
900 std::string Name = VarName + "." + getVectorAccessor(i);
901 genInitPrimitiveExportVariable(Name, ElementVal);