Home
last modified time | relevance | path

Searched +defs:S +defs:message (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp49 Stmt *S; member
313 void TransformActionsImpl::removeStmt(Stmt *S) { in removeStmt()
350 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
449 void TransformActionsImpl::commitRemoveStmt(Stmt *S) { in commitRemoveStmt()
636 void TransformActions::removeStmt(Stmt *S) { in removeStmt()
649 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
681 void TransformActions::reportError(StringRef message, SourceLocation loc, in reportError()
686 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning()
691 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs52 message: String, field
106 pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic in spanned()
133 pub fn message(&self) -> &str { in message() method
151 pub fn set_spans<S: MultiSpan>(&mut self, spans: S) { in set_spans()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs52 message: String, field
106 pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic in spanned()
133 pub fn message(&self) -> &str { in message() method
151 pub fn set_spans<S: MultiSpan>(&mut self, spans: S) { in set_spans()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs52 message: String, field
106 pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic in spanned()
133 pub fn message(&self) -> &str { in message() method
151 pub fn set_spans<S: MultiSpan>(&mut self, spans: S) { in set_spans()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs52 message: String, field
106 pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic in spanned()
133 pub fn message(&self) -> &str { in message() method
151 pub fn set_spans<S: MultiSpan>(&mut self, spans: S) { in set_spans()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs52 message: String, field
106 pub fn spanned<S, T>(spans: S, level: Level, message: T) -> Diagnostic in spanned()
133 pub fn message(&self) -> &str { in message() method
151 pub fn set_spans<S: MultiSpan>(&mut self, spans: S) { in set_spans()
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/env/
H A DLazyEnv.java57 public LazyEnv(ImmutableMap<S, Completer<S, T, V>> completers, Env<S, ? extends T> base) { in LazyEnv()
85 V complete(Env<S, T> env, S k); in complete()
90 public LazyBindingError(String message) { in LazyBindingError()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DYAMLTraits.cpp346 void Input::scalarString(StringRef &S, QuotingType) { in scalarString()
354 void Input::blockScalarString(StringRef &S) { scalarString(S, QuotingType::None); } in blockScalarString()
360 void Input::setError(HNode *hnode, const Twine &message) { in setError()
375 void Input::setError(Node *node, const Twine &message) { in setError()
380 void Input::setError(const SMRange &range, const Twine &message) { in setError()
385 void Input::reportWarning(HNode *hnode, const Twine &message) { in reportWarning()
390 void Input::reportWarning(Node *node, const Twine &message) { in reportWarning()
394 void Input::reportWarning(const SMRange &range, const Twine &message) { in reportWarning()
696 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString()
740 void Output::blockScalarString(StringRef &S) { in blockScalarString()
[all …]
H A DError.cpp31 std::string message(int condition) const override { in message() function in __anon6ecbe1e60111::ErrorErrorCategory
121 StringError::StringError(std::error_code EC, const Twine &S) in StringError()
124 StringError::StringError(const Twine &S, std::error_code EC) in StringError()
/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dfmt_test.go97 type S struct { struct
98 F F // a struct field that Formats
99 G G // a struct field that GoStrings
1697 message any member
1707 message any member
1717 message any member
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/server/
Dgrpc.rs221 pub async fn unary<S, B>( in unary()
223 mut service: S, in unary()
264 pub async fn server_streaming<S, B>( in server_streaming()
266 mut service: S, in server_streaming()
305 pub async fn client_streaming<S, B>( in client_streaming()
307 mut service: S, in client_streaming()
338 pub async fn streaming<S, B>( in streaming()
340 mut service: S, in streaming()
387 let message = stream in map_request_unary() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dlookahead.rs123 let message = format!("expected {}", comparisons[0]); in error() localVariable
127 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error() localVariable
132 let message = format!("expected one of: {}", join); in error() localVariable
160 fn into_spans(self) -> S { in into_spans()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dlookahead.rs123 let message = format!("expected {}", comparisons[0]); in error() localVariable
127 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error() localVariable
132 let message = format!("expected one of: {}", join); in error() localVariable
160 fn into_spans(self) -> S { in into_spans()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dlookahead.rs123 let message = format!("expected {}", comparisons[0]); in error() localVariable
127 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error() localVariable
132 let message = format!("expected one of: {}", join); in error() localVariable
160 fn into_spans(self) -> S { in into_spans()
/aosp_15_r20/external/llvm/lib/Support/
H A DYAMLTraits.cpp309 void Input::scalarString(StringRef &S, bool) { in scalarString()
317 void Input::blockScalarString(StringRef &S) { scalarString(S, false); } in blockScalarString()
319 void Input::setError(HNode *hnode, const Twine &message) { in setError()
324 void Input::setError(Node *node, const Twine &message) { in setError()
607 void Output::scalarString(StringRef &S, bool MustQuote) { in scalarString()
638 void Output::blockScalarString(StringRef &S) { in blockScalarString()
656 void Output::setError(const Twine &message) { in setError()
H A DError.cpp32 std::string message(int condition) const override { in message() function in __anonaecf8e3e0111::ErrorErrorCategory
94 StringError::StringError(const Twine &S, std::error_code EC) in StringError()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp337 void Input::scalarString(StringRef &S, QuotingType) { in scalarString()
345 void Input::blockScalarString(StringRef &S) { scalarString(S, QuotingType::None); } in blockScalarString()
351 void Input::setError(HNode *hnode, const Twine &message) { in setError()
366 void Input::setError(Node *node, const Twine &message) { in setError()
663 void Output::scalarString(StringRef &S, QuotingType MustQuote) { in scalarString()
707 void Output::blockScalarString(StringRef &S) { in blockScalarString()
733 void Output::setError(const Twine &message) { in setError()
H A DError.cpp32 std::string message(int condition) const override { in message() function in __anond533bc200111::ErrorErrorCategory
116 StringError::StringError(std::error_code EC, const Twine &S) in StringError()
119 StringError::StringError(const Twine &S, std::error_code EC) in StringError()
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs224 pub async fn client_streaming<S, M1, M2, C>( in client_streaming()
226 request: Request<S>, in client_streaming()
244 let message = body in client_streaming() localVariable
280 pub async fn streaming<S, M1, M2, C>( in streaming()
282 request: Request<S>, in streaming()
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DTruth.java138 Subject.Factory<S, T> factory) { in assertAbout()
357 private SimpleAssertionError(String message, @Nullable Throwable cause) { in SimpleAssertionError()
361 static SimpleAssertionError create(String message, @Nullable Throwable cause) { in create()
365 static SimpleAssertionError createWithNoStack(String message, @Nullable Throwable cause) { in createWithNoStack()
371 static SimpleAssertionError createWithNoStack(String message) { in createWithNoStack()
/aosp_15_r20/external/llvm/lib/ProfileData/
H A DInstrProf.cpp81 std::string message(int IE) const override { in message() function in __anon8eb561090111::InstrProfErrorCategoryType
120 std::string InstrProfError::message() const { in message() function in llvm::InstrProfError
153 StringRef S = cast<MDString>(MD->getOperand(0))->getString(); in getPGOFuncName() local
489 uint32_t S) { in getNumValueDataForSiteInstrProf()
495 uint32_t K, uint32_t S) { in getValueForSiteInstrProf()
/aosp_15_r20/external/lua/src/
H A Dluac.c42 static void fatal(const char* message) in fatal()
54 static void usage(const char* message) in usage()
667 #define S(x) (int)(x),SS(x) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProf.cpp128 std::string message(int IE) const override { in message() function in __anon8ed250eb0111::InstrProfErrorCategoryType
209 std::string InstrProfError::message() const { in message() function in llvm::InstrProfError
266 StringRef S = cast<MDString>(MD->getOperand(0))->getString(); in getPGOFuncName() local
744 uint32_t S) { in getNumValueDataForSiteInstrProf()
750 uint32_t K, uint32_t S) { in getValueForSiteInstrProf()
H A DSampleProf.cpp44 std::string message(int IE) const override { in message() function in __anon8ba0ff5d0111::SampleProfErrorCategoryType
179 SmallVector<std::pair<LineLocation, StringRef>, 10> S; in findFunctionSamples() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProf.cpp172 std::string message(int IE) const override { in message() function in __anon54fedcb10111::InstrProfErrorCategoryType
256 std::string InstrProfError::message() const { in message() function in llvm::InstrProfError
313 StringRef S = cast<MDString>(MD->getOperand(0))->getString(); in getPGOFuncName() local
825 uint32_t S) { in getNumValueDataForSiteInstrProf()
831 uint32_t K, uint32_t S) { in getValueForSiteInstrProf()

12345678910>>...18