Home
last modified time | relevance | path

Searched refs:isStatement (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/src/Pipeline/
DSpirvShaderInstructions.cpp37 #define DECORATE_OP(isStatement, op) \ in checkForNoMissingOps() argument
61 #define DECORATE_OP(isStatement, op) \ in IsStatement() argument
62 CONCAT2(IS_STATEMENT_, isStatement) \ in IsStatement()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DLine.h47 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
122 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h47 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
122 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h48 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
123 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeLineNumber.cpp51 bool NativeLineNumber::isStatement() const { return Line.isStatement(); } in isStatement() function in NativeLineNumber
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBLineNumber.h31 virtual bool isStatement() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBLineNumber.h32 virtual bool isStatement() const = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBLineNumber.h31 virtual bool isStatement() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIALineNumber.h33 bool isStatement() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIALineNumber.h32 bool isStatement() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIALineNumber.h32 bool isStatement() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeLineNumber.h38 bool isStatement() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp72 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp72 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIALineNumber.cpp73 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp72 PDB_ColorItem StatementColor = Line->isStatement() in start()
DLLVMOutputStyle.cpp570 P.printBoolean("IsStatement", LI.isStatement()); in dumpDbiStream()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp81 PDB_ColorItem StatementColor = Line->isStatement() in start()
DDumpOutputStyle.cpp929 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns()
/external/flatbuffers/src/
Didl_gen_js_ts.cpp699 bool isStatement = struct_def.defined_namespace->components.empty(); in GenStruct() local
702 if (isStatement) { in GenStruct()
726 code += isStatement ? "}\n\n" : "};\n\n"; in GenStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1022 bool is_statement = cur_info.isStatement(); in AppendLineEntryToSequence()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp927 W.printBoolean("IsStatement", LI.isStatement()); in printCodeViewSymbolSection()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp1821 bool is_statement = line->isStatement(); in ParseCompileUnitLineTable()

12