/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 125 std::unique_ptr<DbgValueLoc> ValueLoc = nullptr; variable 145 assert(!ValueLoc.get() && "Already initialized?"); in initializeMMI() 156 assert(!ValueLoc && "Already initialized?"); in initializeDbgValue() 159 ValueLoc = std::make_unique<DbgValueLoc>(Value); in initializeDbgValue() 160 if (auto *E = ValueLoc->getExpression()) in initializeDbgValue() 174 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1); in getSingleExpression() 183 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() 216 assert(ValueLoc.get() && "Expected DBG_VALUE, not MMI variable"); in hasComplexAddress()
|
D | DwarfDebug.cpp | 261 assert(!ValueLoc.get() && "Already initialized?"); in initializeDbgValue() 267 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue)); in initializeDbgValue() 292 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); in addMMIEntry() 293 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry"); in addMMIEntry()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 123 std::unique_ptr<DbgValueLoc> ValueLoc = nullptr; variable 143 assert(!ValueLoc.get() && "Already initialized?"); in initializeMMI() 154 assert(!ValueLoc && "Already initialized?"); in initializeDbgValue() 157 ValueLoc = std::make_unique<DbgValueLoc>(Value); in initializeDbgValue() 158 if (auto *E = ValueLoc->getExpression()) in initializeDbgValue() 172 assert(ValueLoc.get() && FrameIndexExprs.size() <= 1); in getSingleExpression() 181 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() 214 assert(ValueLoc.get() && "Expected DBG_VALUE, not MMI variable"); in hasComplexAddress()
|
D | DwarfDebug.cpp | 245 assert(!ValueLoc.get() && "Already initialized?"); in initializeDbgValue() 251 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue)); in initializeDbgValue() 276 assert(DebugLocListIndex == ~0U && !ValueLoc.get() && "not an MMI entry"); in addMMIEntry() 277 assert(V.DebugLocListIndex == ~0U && !V.ValueLoc.get() && "not an MMI entry"); in addMMIEntry()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 366 SourceLocation ValueLoc, in ActOnObjCBoolLiteral() argument 370 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral() 374 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1893 SMLoc ValueLoc = Tok.getLoc(); in ParseIntelExpression() local 1900 return Error(ValueLoc, "expected absolute value"); in ParseIntelExpression() 1902 return Error(ValueLoc, ErrMsg); in ParseIntelExpression()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 368 SourceLocation ValueLoc, in ActOnObjCBoolLiteral() argument 372 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false); in ActOnObjCBoolLiteral() 376 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 2514 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local 2535 Error(ValueLoc, "expected a list, got '" + I->getAsString() + Type + "'"); in ParseForeachDeclaration()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGParser.cpp | 2585 SMLoc ValueLoc = Lex.getLoc(); in ParseForeachDeclaration() local 2606 Error(ValueLoc, "expected a list, got '" + I->getAsString() + Type + "'"); in ParseForeachDeclaration()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 1623 SMLoc ValueLoc = getTok().getLoc(); in parsePrimaryExpr() local 1628 return Error(ValueLoc, "literal value out of range"); in parsePrimaryExpr()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3685 LocTy ValueLoc = Lex.getLoc(); in ParseMDField() local 3691 return Error(ValueLoc, "'" + Name + "' cannot be empty"); in ParseMDField()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4498 LocTy ValueLoc = Lex.getLoc(); in parseMDField() local 4504 return error(ValueLoc, "'" + Name + "' cannot be empty"); in parseMDField()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4302 LocTy ValueLoc = Lex.getLoc(); in ParseMDField() local 4308 return Error(ValueLoc, "'" + Name + "' cannot be empty"); in ParseMDField()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5216 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6706 ExprResult ActOnObjCBoolLiteral(SourceLocation AtLoc, SourceLocation ValueLoc,
|