/external/swiftshader/src/OpenGL/compiler/ |
D | InfoSink.cpp | 17 void TInfoSinkBase::prefix(TPrefixType message) { in prefix() 45 void TInfoSinkBase::location(const TSourceLoc& loc) { in location() 58 void TInfoSinkBase::message(TPrefixType message, const char* s) { in message() function in TInfoSinkBase 64 void TInfoSinkBase::message(TPrefixType message, const char* s, TSourceLoc loc) { in message() argument
|
/external/deqp-deps/glslang/glslang/Include/ |
D | InfoSink.h | 86 void prefix(TPrefixType message) { in prefix() 97 void location(const TSourceLoc& loc) { in location() 105 void message(TPrefixType message, const char* s) { in message() argument 110 void message(TPrefixType message, const char* s, const TSourceLoc& loc) { in message() argument
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | InfoSink.h | 86 void prefix(TPrefixType message) { in prefix() 97 void location(const TSourceLoc& loc) { in location() 105 void message(TPrefixType message, const char* s) { in message() argument 110 void message(TPrefixType message, const char* s, const TSourceLoc& loc) { in message() function
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | error_listener.h | 85 void InvalidName(const LocationTrackerInterface& loc, in InvalidName() 87 StringPiece message) override {} in InvalidName() 89 void InvalidValue(const LocationTrackerInterface& loc, in InvalidValue() 93 void MissingField(const LocationTrackerInterface& loc, in MissingField()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util.cc | 132 void InvalidName(const converter::LocationTrackerInterface& loc, in InvalidName() 134 StringPiece message) override { in InvalidName() 144 void InvalidValue(const converter::LocationTrackerInterface& loc, in InvalidValue() 153 void MissingField(const converter::LocationTrackerInterface& loc, in MissingField() 163 std::string GetLocString(const converter::LocationTrackerInterface& loc) { in GetLocString() 223 std::string GetTypeUrl(const Message& message) { in GetTypeUrl() 243 util::Status MessageToJsonString(const Message& message, std::string* output, in MessageToJsonString() 259 util::Status JsonStringToMessage(StringPiece input, Message* message, in JsonStringToMessage()
|
/external/angle/src/compiler/translator/ |
D | Diagnostics.cpp | 24 const angle::pp::SourceLocation &loc, in writeInfo() 47 void TDiagnostics::globalError(const char *message) in globalError() 54 void TDiagnostics::error(const angle::pp::SourceLocation &loc, in error() 61 void TDiagnostics::warning(const angle::pp::SourceLocation &loc, in warning() 68 void TDiagnostics::error(const TSourceLoc &loc, const char *reason, const char *token) in error() 76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() 84 void TDiagnostics::print(ID id, const angle::pp::SourceLocation &loc, const std::string &text) in print() 101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning()
|
/external/llvm-project/mlir/lib/IR/ |
D | Diagnostics.cpp | 279 emitDiag(Location location, DiagnosticSeverity severity, const Twine &message) { in emitDiag() 301 InFlightDiagnostic mlir::emitError(Location loc) { return emitError(loc, {}); } in emitError() 302 InFlightDiagnostic mlir::emitError(Location loc, const Twine &message) { in emitError() 307 InFlightDiagnostic mlir::emitWarning(Location loc) { in emitWarning() 310 InFlightDiagnostic mlir::emitWarning(Location loc, const Twine &message) { in emitWarning() 315 InFlightDiagnostic mlir::emitRemark(Location loc) { in emitRemark() 318 InFlightDiagnostic mlir::emitRemark(Location loc, const Twine &message) { in emitRemark() 368 static Optional<FileLineColLoc> getFileLineColLoc(Location loc) { in getFileLineColLoc() 387 static Optional<CallSiteLoc> getCallSiteLoc(Location loc) { in getCallSiteLoc() 432 void SourceMgrDiagnosticHandler::emitDiagnostic(Location loc, Twine message, in emitDiagnostic() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert() 295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken() 338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText() 382 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() 395 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken() 417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText() 436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert() 440 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken() 479 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText() 505 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion() [all …]
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 284 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) { in insert() 294 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken() 339 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText() 383 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() 396 bool TransformActionsImpl::canInsertAfterToken(SourceLocation loc) { in canInsertAfterToken() 418 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText() 437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert() 441 void TransformActionsImpl::commitInsertAfterToken(SourceLocation loc, in commitInsertAfterToken() 480 void TransformActionsImpl::commitReplaceText(SourceLocation loc, in commitReplaceText() 506 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion() [all …]
|
/external/angle/src/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 19 void Diagnostics::report(ID id, const SourceLocation &loc, const std::string &text) in report() 36 const char *Diagnostics::message(ID id) in message() function in angle::pp::Diagnostics
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_type.cpp | 125 validate_prim_type(YYLTYPE *loc, in validate_prim_type() 146 validate_vertex_spacing(YYLTYPE *loc, in validate_vertex_spacing() 162 validate_ordering(YYLTYPE *loc, in validate_ordering() 223 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, in merge_qualifier() 503 ast_type_qualifier::validate_out_qualifier(YYLTYPE *loc, in validate_out_qualifier() 570 ast_type_qualifier::merge_into_out_qualifier(YYLTYPE *loc, in merge_into_out_qualifier() 597 ast_type_qualifier::validate_in_qualifier(YYLTYPE *loc, in validate_in_qualifier() 689 ast_type_qualifier::merge_into_in_qualifier(YYLTYPE *loc, in merge_into_in_qualifier() 791 ast_type_qualifier::push_to_global(YYLTYPE *loc, in push_to_global() 824 ast_type_qualifier::validate_flags(YYLTYPE *loc, in validate_flags() [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DiagnosticsBase.cpp | 26 void Diagnostics::report(ID id, const SourceLocation &loc, const std::string &text) in report() 55 const char *Diagnostics::message(ID id) in message() function in pp::Diagnostics
|
/external/llvm-project/mlir/tools/mlir-cuda-runner/ |
D | mlir-cuda-runner.cpp | 41 inline void emit_cuda_error(const llvm::Twine &message, const char *buffer, in emit_cuda_error() 42 CUresult error, Location loc) { in emit_cuda_error() 59 OwnedBlob compilePtxToCubin(const std::string ptx, Location loc, in compilePtxToCubin()
|
/external/wayland/src/ |
D | scanner.c | 174 struct location loc; member 186 struct message { struct 187 struct location loc; member 188 char *name; 189 char *uppercase_name; 190 struct wl_list arg_list; 191 struct wl_list link; 192 int arg_count; 193 int new_id_count; 194 int type_index; [all …]
|
/external/fmtlib/include/fmt/ |
D | format-inl.h | 38 FMT_FUNC void assert_fail(const char* file, int line, const char* message) { in assert_fail() 131 string_view message) FMT_NOEXCEPT { in format_error_code() 154 string_view message) FMT_NOEXCEPT { in report_error() 174 locale_ref::locale_ref(const Locale& loc) : locale_(&loc) { in locale_ref() 183 template <typename Char> FMT_FUNC std::string grouping_impl(locale_ref loc) { in grouping_impl() 186 template <typename Char> FMT_FUNC Char thousands_sep_impl(locale_ref loc) { in thousands_sep_impl() 190 template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref loc) { in decimal_point_impl()
|
/external/llvm-project/mlir/lib/Parser/ |
D | Lexer.cpp | 41 Location Lexer::getEncodedSourceLocation(llvm::SMLoc loc) { in getEncodedSourceLocation() 52 Token Lexer::emitError(const char *loc, const Twine &message) { in emitError()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 928 ULocale loc = new ULocale("en_US"); in TestCustomNumberFormat() local 964 Locale loc = Locale.US; in TestJavaLocale() local 1049 String message = "automatic absolute unit"; in TestFields() local 1057 String message = "automatic numeric unit"; in TestFields() local 1068 String message = "manual absolute unit"; in TestFields() local 1076 String message = "manual numeric unit"; in TestFields() local 1089 String message = "manual numeric resolved unit"; in TestFields() local 1102 String message = "numeric field at end"; in TestFields() local 1123 String message = "formatToValue (relative)"; in TestRBNF() local
|
D | ListFormatterTest.java | 225 String message = "Field position test 1"; in TestFormattedValue() local 252 String message = "Field position test 2 (ICU-21340)"; in TestFormattedValue() local 279 String message = "ICU-21383 Long list"; in TestFormattedValue() local 354 Locale loc = new Locale((String) cas[0]); in TestCreateStyled() local 361 String message = "TestCreateStyled loc=" in TestCreateStyled() local 425 String message = "TestContextual uloc=" in TestContextual() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 925 ULocale loc = new ULocale("en_US"); in TestCustomNumberFormat() local 961 Locale loc = Locale.US; in TestJavaLocale() local 1046 String message = "automatic absolute unit"; in TestFields() local 1054 String message = "automatic numeric unit"; in TestFields() local 1065 String message = "manual absolute unit"; in TestFields() local 1073 String message = "manual numeric unit"; in TestFields() local 1086 String message = "manual numeric resolved unit"; in TestFields() local 1099 String message = "numeric field at end"; in TestFields() local 1120 String message = "formatToValue (relative)"; in TestRBNF() local
|
D | ListFormatterTest.java | 222 String message = "Field position test 1"; in TestFormattedValue() local 249 String message = "Field position test 2 (ICU-21340)"; in TestFormattedValue() local 276 String message = "ICU-21383 Long list"; in TestFormattedValue() local 351 Locale loc = new Locale((String) cas[0]); in TestCreateStyled() local 358 String message = "TestCreateStyled loc=" in TestCreateStyled() local 422 String message = "TestContextual uloc=" in TestContextual() local
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 51 void TParseContextBase::outputMessage(const TSourceLoc& loc, const char* szReason, in outputMessage() 72 void C_DECL TParseContextBase::error(const TSourceLoc& loc, const char* szReason, const char* szTok… in error() 86 void C_DECL TParseContextBase::warn(const TSourceLoc& loc, const char* szReason, const char* szToke… in warn() 97 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError() 109 void C_DECL TParseContextBase::ppWarn(const TSourceLoc& loc, const char* szReason, const char* szTo… in ppWarn() 126 bool TParseContextBase::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() 135 const char* message = nullptr; in lValueErrorCheck() local 229 void TParseContextBase::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck() 282 void TParseContextBase::checkIndex(const TSourceLoc& loc, const TType& type, int& index) in checkIndex() 508 void TParseContextBase::parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int … in parseSwizzleSelector() [all …]
|
D | ParseHelper.cpp | 228 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) in handlePragma() 313 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* … in handleVariable() 397 TIntermTyped* TParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base, TI… in handleBracketDereference() 588 void TParseContext::fixIoArraySize(const TSourceLoc& loc, TType& type) in fixIoArraySize() 610 void TParseContext::ioArrayCheck(const TSourceLoc& loc, const TType& type, const TString& identifie… in ioArrayCheck() 644 void TParseContext::checkIoArraysConsistency(const TSourceLoc &loc, bool tailOnly) in checkIoArraysConsistency() 711 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency() 735 TIntermTyped* TParseContext::handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op,… in handleBinaryMath() 775 TIntermTyped* TParseContext::handleUnaryMath(const TSourceLoc& loc, const char* str, TOperator op, … in handleUnaryMath() 801 TIntermTyped* TParseContext::handleDotDereference(const TSourceLoc& loc, TIntermTyped* base, const … in handleDotDereference() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 51 void TParseContextBase::outputMessage(const TSourceLoc& loc, const char* szReason, in outputMessage() 72 void C_DECL TParseContextBase::error(const TSourceLoc& loc, const char* szReason, const char* szTok… in error() 86 void C_DECL TParseContextBase::warn(const TSourceLoc& loc, const char* szReason, const char* szToke… in warn() 97 void C_DECL TParseContextBase::ppError(const TSourceLoc& loc, const char* szReason, const char* szT… in ppError() 109 void C_DECL TParseContextBase::ppWarn(const TSourceLoc& loc, const char* szReason, const char* szTo… in ppWarn() 126 bool TParseContextBase::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() 135 const char* message = nullptr; in lValueErrorCheck() local 229 void TParseContextBase::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck() 282 void TParseContextBase::checkIndex(const TSourceLoc& loc, const TType& type, int& index) in checkIndex() 508 void TParseContextBase::parseSwizzleSelector(const TSourceLoc& loc, const TString& compString, int … in parseSwizzleSelector() [all …]
|
D | ParseHelper.cpp | 228 void TParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString&… in growGlobalUniformBlock() 261 void TParseContext::growAtomicCounterBlock(int binding, const TSourceLoc& loc, TType& memberType, c… in growAtomicCounterBlock() 330 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) in handlePragma() 415 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* … in handleVariable() 499 TIntermTyped* TParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base, TI… in handleBracketDereference() 690 void TParseContext::fixIoArraySize(const TSourceLoc& loc, TType& type) in fixIoArraySize() 712 void TParseContext::ioArrayCheck(const TSourceLoc& loc, const TType& type, const TString& identifie… in ioArrayCheck() 746 void TParseContext::checkIoArraysConsistency(const TSourceLoc &loc, bool tailOnly) in checkIoArraysConsistency() 813 void TParseContext::checkIoArrayConsistency(const TSourceLoc& loc, int requiredSize, const char* fe… in checkIoArrayConsistency() 837 TIntermTyped* TParseContext::handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op,… in handleBinaryMath() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tf_framework_legalize_to_llvm.cc | 75 Location loc = op->getLoc(); in matchAndRewrite() local 144 MemRefDescriptor CreateMemRefDescriptor(Location loc, in CreateMemRefDescriptor() 179 Location loc, llvm::Optional<ArrayAttr> attr, in ConvertI32ArrayAttrToStackAllocatedArray() 256 Location loc = op.getLoc(); in matchAndRewrite() local 286 Value GenerateErrorMessageConstant(Location loc, Operation *module, in GenerateErrorMessageConstant() 287 StringRef message, in GenerateErrorMessageConstant() 340 Location loc = op->getLoc(); in matchAndRewrite() local
|