Home | History | Annotate | Download | only in CppBackend

Lines Matching defs:in

128     inline void in() { indent_level++; }
211 return "<unknown format in ftostr>"; // error
409 // See if the type has a name in the symboltable and build accordingly
479 Out << '{'; in(); nl(Out);
481 Out << "AttributeSet PAS;"; in(); nl(Out);
485 Out << "{"; in(); nl(Out);
579 in(); nl(Out) << "/*Result=*/" << retTypeName;
726 // or its already in the constant list then we've printed it already and we
1000 in(); nl(Out) << getCppName(GV);
1071 // See if its alread in the map of forward references, if so just return the
1111 // printInstruction - This member is called for each Instruction in a function.
1117 // forward references. So, we get the names of all the operands in advance
1839 // Output all of the instructions in the basic block...
1866 error(std::string("Function '") + func + "' not found in input module");
2019 error(std::string("Function '") + funcName + "' not found in input module");
2050 error(std::string("Variable '") + varName + "' not found in input module");
2065 error(std::string("Type '") + typeName + "' not found in input module");