/llvm-project/lldb/source/Utility/ |
H A D | TraceGDBRemotePackets.cpp | 19 ObjectMapper o(value, path); in fromJSON() local 35 ObjectMapper o(value, path); in fromJSON() local 57 ObjectMapper o(value, path); in fromJSON() local 70 ObjectMapper o(value, path); in fromJSON() local 79 ObjectMapper o(value, path); in fromJSON() local 88 ObjectMapper o(value, path); in fromJSON() local 100 ObjectMapper o(value, path); in fromJSON() local 121 ObjectMapper o(value, path); in fromJSON() local 146 ObjectMapper o(value, path); in fromJSON() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-target-mv-inalloca.cpp | 12 int __attribute__((target("default"))) bar(Foo o) { return o.x; } in bar() argument 13 int __attribute__((target("sse4.2"))) bar(Foo o) { return o.x + 1; } in bar() argument 14 int __attribute__((target("arch=ivybridge"))) bar(Foo o) { retur in bar() argument [all...] |
H A D | inalloca-overaligned.cpp | 26 int receive_inalloca_overaligned(NonTrivial nt, OverAligned o) { in receive_inalloca_overaligned() argument 55 int receive_both(Both o) { in receive_both() argument 72 int receive_inalloca_both(NonTrivial nt, Both o) { in receive_inalloca_both() argument 101 receiveMyPtr(MyPtr o) receiveMyPtr() argument [all...] |
H A D | windows-x86-swiftcall.cpp | 16 int o; member 19 SWIFTCALL int receiveNonTrivial(NonTrivial o) { return o.o; } in receiveNonTrivial() argument
|
H A D | call-arg-zero-temp.cpp | 12 void foo(obj o) { in foo() 17 obj o = obj(); in main() local
|
H A D | dllexport-ctor-closure-nested.cpp | 8 int o; member 11 HasDtor o; member
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | rvalue-reference-param-not-moved.cpp | 42 void never_moves_param(Obj&& o) { in never_moves_param() 49 void copies_object(Obj&& o) { in copies_object() 55 void never_moves_param_template(Obj&& o, T t) { in never_moves_param_template() 78 void lambda_captures_parameter_as_value(Obj&& o) { in lambda_captures_parameter_as_value() 85 void lambda_captures_parameter_as_value_nested(Obj&& o) { in lambda_captures_parameter_as_value_nested() 143 Obj o; in call_forwarding_functions() local 151 void moves_parameter(Obj&& o) { in moves_parameter() 155 void moves_parameter_extra_parens(Obj&& o) { in moves_parameter_extra_parens() 159 void does_not_move_in_evaluated(Obj&& o) { in does_not_move_in_evaluated() 193 void pass_by_lvalue_reference(Obj& o) { in pass_by_lvalue_reference() [all …]
|
/llvm-project/clang/include/clang/Basic/ |
H A D | PlistSupport.h | 56 return o; in Indent() argument 71 o << "</integer>"; in EmitInteger() argument 62 EmitPlistHeader(raw_ostream & o) EmitPlistHeader() argument 78 EmitString(raw_ostream & o,StringRef s) EmitString() argument 106 EmitLocation(raw_ostream & o,const SourceManager & SM,SourceLocation L,const FIDMap & FM,unsigned indent) EmitLocation() argument 122 EmitRange(raw_ostream & o,const SourceManager & SM,CharSourceRange R,const FIDMap & FM,unsigned indent) EmitRange() argument [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | return-noreturn.cpp | 54 other o; in g1() local 58 other o; in g2() local 62 other o; in g2_positive() local 66 other o; in g3() local 70 other o; in g4() local 74 other o; in g5() local 78 other o; in g6() local 85 other o; in h1() local 89 other o; in h2() local 93 other o; in h3() local 97 other o; h4() local 101 other o; h5() local 105 other o; h6() local [all...] |
H A D | pr36536.cpp | 18 switch (0) { case 0: ImplicitDefaultCtor1 o; } in f() local 28 switch (0) { case 0: ImplicitDefaultCtor1 o; } in f() local 42 switch (0) { case 0: ImplicitDefaultCtor3 o; } in mf2() local
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPTJSONStructs.cpp | 45 ObjectMapper o(value, path); in fromJSON() local 60 ObjectMapper o(value, path); in fromJSON() local 74 ObjectMapper o(value, path); in fromJSON() local 88 ObjectMapper o(value, path); in fromJSON() local 107 ObjectMapper o(value, path); in fromJSON() local 129 ObjectMapper o(value, path); in fromJSON() local 148 ObjectMapper o(value, path); in fromJSON() local
|
/llvm-project/clang/test/Analysis/ |
H A D | PR37855.c | 6 struct o { struct 11 void q(*r, p2) { r < p2; } argument
|
/llvm-project/mlir/lib/Tools/lsp-server-support/ |
H A D | Protocol.cpp | 35 const llvm::json::Object *o = params.getAsObject(); in mapOptOrNull() local 276 const llvm::json::Object *o = value.getAsObject(); in fromJSON() local 302 llvm::json::ObjectMapper o(value, path); in fromJSON() local 336 llvm::json::ObjectMapper o(value, path); in fromJSON() local 353 llvm::json::ObjectMapper o(value, path); in fromJSON() local 370 llvm::json::ObjectMapper o(value, path); in fromJSON() local 389 llvm::json::ObjectMapper o(value, path); in fromJSON() local 399 llvm::json::ObjectMapper o(value, path); in fromJSON() local 421 llvm::json::ObjectMapper o(value, path); in fromJSON() local 442 llvm::json::ObjectMapper o(value, path); in fromJSON() local [all …]
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | ppc64-inline-asm.c | 4 _Bool o; in test_wc_i1() local 12 int o; in test_wc_i32() local 20 unsigned char o; in test_wc_i8() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 96 void ReportDiag(raw_ostream &o, const PathDiagnosticPiece& P) { in ReportDiag() argument 109 void ReportPiece(raw_ostream &o, const PathDiagnosticPiece &P, in ReportPiece() argument 177 EmitRanges(raw_ostream & o,const ArrayRef<SourceRange> Ranges,unsigned indent) EmitRanges() argument 199 EmitMessage(raw_ostream & o,StringRef Message,unsigned indent) EmitMessage() argument 214 EmitFixits(raw_ostream & o,ArrayRef<FixItHint> fixits,unsigned indent) EmitFixits() argument 241 ReportControlFlow(raw_ostream & o,const PathDiagnosticControlFlowPiece & P,unsigned indent) ReportControlFlow() argument 298 ReportEvent(raw_ostream & o,const PathDiagnosticEventPiece & P,unsigned indent,unsigned depth,bool isKeyEvent) ReportEvent() argument 338 ReportCall(raw_ostream & o,const PathDiagnosticCallPiece & P,unsigned indent,unsigned depth) ReportCall() argument 365 ReportMacroSubPieces(raw_ostream & o,const PathDiagnosticMacroPiece & P,unsigned indent,unsigned depth) ReportMacroSubPieces() argument 378 ReportMacroExpansions(raw_ostream & o,unsigned indent) ReportMacroExpansions() argument 422 ReportNote(raw_ostream & o,const PathDiagnosticNotePiece & P,unsigned indent) ReportNote() argument 451 ReportPopUp(raw_ostream & o,const PathDiagnosticPopUpPiece & P,unsigned indent) ReportPopUp() argument 492 printCoverage(const PathDiagnostic * D,unsigned InputIndentLevel,SmallVectorImpl<FileID> & Fids,FIDMap & FM,llvm::raw_fd_ostream & o) printCoverage() argument 568 printBugPath(llvm::raw_ostream & o,const FIDMap & FM,const PathPieces & Path) printBugPath() argument 662 llvm::raw_fd_ostream o(OutputFile, EC, llvm::sys::fs::OF_TextWithCRLF); FlushDiagnosticsImpl() local [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | intrinsics04.f90 | 3 subroutine s(o,a,p) argument 4 integer(2), intent(in), optional :: o local
|
/llvm-project/clang/test/Parser/ |
H A D | namespaces.cpp | 4 namespace g { enum { o = 0 }; } enumerator 7 …namespace a { typedef g::o o; } // expected-error{{namespaces can only be defined in global or nam… in foo() typedef
|
/llvm-project/clang/test/OpenMP/ |
H A D | interop_messages.cpp | 133 omp_interop_t o; in static_member_func() local 190 omp_interop_t o; member 193 omp_interop_t o; in foo() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 211 CreateStackTrace(ValueObjectSP o, in CreateStackTrace() argument 230 std::function<void(const ValueObjectSP &o, in ConvertToStructuredArray() argument 240 ValueObjectSP o = objects->GetChildAtIndex(i); in ConvertToStructuredArray() local 268 __anonc1a547ab0102(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) GetRenumberedThreadIds() argument 368 __anonc1a547ab0202(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) RetrieveReportData() argument 369 __anonc1a547ab0302(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) RetrieveReportData() argument 397 __anonc1a547ab0402(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) RetrieveReportData() argument 430 __anonc1a547ab0502(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) RetrieveReportData() argument 450 __anonc1a547ab0602(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) RetrieveReportData() argument 478 __anonc1a547ab0702(const ValueObjectSP &o, const StructuredData::DictionarySP &dict) RetrieveReportData() argument 705 __anonc1a547ab0802(StructuredData::Object *o) GetMainRacyAddress() argument 850 __anonc1a547ab0902(StructuredData::Object *o) NotifyBreakpointHit() argument 944 GenerateThreadName(const std::string & path,StructuredData::Object * o,StructuredData::ObjectSP main_info) GenerateThreadName() argument 1024 __anonc1a547ab0a02(StructuredData::Object *o) AddThreadsForPath() argument [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | attr.cpp | 37 llvm::raw_ostream &operator<<(llvm::raw_ostream &o, Attr attr) { in operator <<() 41 llvm::raw_ostream &operator<<(llvm::raw_ostream &o, const Attrs &attrs) { in operator <<()
|
/llvm-project/clang/test/Rewriter/ |
H A D | properties.m | 9 Foo *o; field 14 @property(retain) Foo *o; property
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | Protocol.cpp | 31 const llvm::json::Object *o = params.getAsObject(); in mapOptOrNull() local 66 llvm::json::ObjectMapper o(value, path); in fromJSON() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | formatting.cpp | 31 static void ShapeAsFortran(llvm::raw_ostream &o, in ShapeAsFortran() argument 127 EmitVar(llvm::raw_ostream & o,const Symbol & symbol,std::optional<parser::CharBlock> name=std::nullopt) EmitVar() argument 139 EmitVar(llvm::raw_ostream & o,const std::string & lit) EmitVar() argument 143 EmitVar(llvm::raw_ostream & o,const std::u16string & lit) EmitVar() argument 147 EmitVar(llvm::raw_ostream & o,const std::u32string & lit) EmitVar() argument 152 EmitVar(llvm::raw_ostream & o,const A & x) EmitVar() argument 157 EmitVar(llvm::raw_ostream & o,common::Reference<A> x) EmitVar() argument 163 EmitVar(llvm::raw_ostream & o,const A * p,const char * kw=nullptr) EmitVar() argument 175 EmitVar(llvm::raw_ostream & o,const std::optional<A> & x,const char * kw=nullptr) EmitVar() argument 186 EmitVar(llvm::raw_ostream & o,const common::Indirection<A,COPY> & p,const char * kw=nullptr) EmitVar() argument 196 EmitVar(llvm::raw_ostream & o,const std::shared_ptr<A> & p) EmitVar() argument 202 EmitVar(llvm::raw_ostream & o,const std::variant<A...> & u) EmitVar() argument 503 EmitArray(llvm::raw_ostream & o,const Expr<T> & expr) EmitArray() argument 512 EmitArray(llvm::raw_ostream & o,const ImpliedDo<T> & implDo) EmitArray() argument 525 EmitArray(llvm::raw_ostream & o,const ArrayConstructorValues<T> & values) EmitArray() argument [all...] |
/llvm-project/libcxx/test/std/language.support/support.exception/uncaught/ |
H A D | uncaught_exceptions.pass.cpp | 45 Outer o(0); in main() local 51 Outer o(1); in main() local
|
/llvm-project/mlir/unittests/Tools/lsp-server-support/ |
H A D | Protocol.cpp | 24 const llvm::json::Object *o = json.getAsObject(); in TEST() local 40 const llvm::json::Object *o = json.getAsObject(); in TEST() local
|