Home
last modified time | relevance | path

Searched defs:Arguments (Results 1 – 25 of 106) sorted by relevance

12345

/external/bcc/docs/
Dreference_guide.md103 ### 1. kprobes
131 ### 2. kretprobes
154 ### 3. Tracepoints
181 ### 4. uprobes
203 ### 5. uretprobes
225 ### 6. USDT probes
251 ### 7. Raw Tracepoints
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp433 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII); in ReduceMI() local
440 bool MicroMipsSizeReduce::ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments) { in ReduceXWtoXWSP()
454 bool MicroMipsSizeReduce::ReduceXWtoXWP(ReduceEntryFunArgs *Arguments) { in ReduceXWtoXWP()
495 ReduceEntryFunArgs *Arguments) { in ReduceArithmeticInstructions()
509 ReduceEntryFunArgs *Arguments) { in ReduceADDIUToADDIUR1SP()
523 bool MicroMipsSizeReduce::ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments) { in ReduceADDIUToADDIUSP()
541 bool MicroMipsSizeReduce::ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments) { in ReduceLXUtoLXU16()
556 bool MicroMipsSizeReduce::ReduceSXtoSX16(ReduceEntryFunArgs *Arguments) { in ReduceSXtoSX16()
611 bool MicroMipsSizeReduce::ReduceMoveToMovep(ReduceEntryFunArgs *Arguments) { in ReduceMoveToMovep()
654 bool MicroMipsSizeReduce::ReduceXORtoXOR16(ReduceEntryFunArgs *Arguments) { in ReduceXORtoXOR16()
/external/llvm-project/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp433 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII); in ReduceMI() local
440 bool MicroMipsSizeReduce::ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments) { in ReduceXWtoXWSP()
454 bool MicroMipsSizeReduce::ReduceXWtoXWP(ReduceEntryFunArgs *Arguments) { in ReduceXWtoXWP()
495 ReduceEntryFunArgs *Arguments) { in ReduceArithmeticInstructions()
509 ReduceEntryFunArgs *Arguments) { in ReduceADDIUToADDIUR1SP()
523 bool MicroMipsSizeReduce::ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments) { in ReduceADDIUToADDIUSP()
541 bool MicroMipsSizeReduce::ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments) { in ReduceLXUtoLXU16()
556 bool MicroMipsSizeReduce::ReduceSXtoSX16(ReduceEntryFunArgs *Arguments) { in ReduceSXtoSX16()
611 bool MicroMipsSizeReduce::ReduceMoveToMovep(ReduceEntryFunArgs *Arguments) { in ReduceMoveToMovep()
654 bool MicroMipsSizeReduce::ReduceXORtoXOR16(ReduceEntryFunArgs *Arguments) { in ReduceXORtoXOR16()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DClangTidyOptionsTest.cpp126 template <typename... Args> auto getLocal(Args &&... Arguments) { in getLocal()
130 template <typename... Args> auto getGlobal(Args &&... Arguments) { in getGlobal()
135 auto getIntLocal(Args &&... Arguments) { in getIntLocal()
140 auto getIntGlobal(Args &&... Arguments) { in getIntGlobal()
/external/toolchain-utils/binary_search_tool/
DREADME.pass_bisect.md16 ## Arguments section in Pass bisection
/external/llvm-project/lld/docs/
Derror_handling_script.rst17 Arguments chapter
/external/llvm-project/lldb/tools/argdumper/
Dargdumper.cpp14 json::Array Arguments; in main() local
/external/pigweed/pw_build/
Dpython.rst34 Arguments section in pw_python_package
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDistanceTest.java40 static class Arguments { class in LocaleDistanceTest
46 public Arguments(List<String> args) { in Arguments() method in LocaleDistanceTest.Arguments
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDistanceTest.java37 static class Arguments { class in LocaleDistanceTest
43 public Arguments(List<String> args) { in Arguments() method in LocaleDistanceTest.Arguments
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h52 std::vector<Argument> Arguments; variable
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DXLocaleDistanceTest.java40 static class Arguments { class in XLocaleDistanceTest
46 public Arguments(List<String> args) { in Arguments() method in XLocaleDistanceTest.Arguments
/external/llvm-project/llvm/tools/llvm-diff/
DDiffLog.h37 SmallVector<Value*, 4> Arguments; variable
/external/llvm-project/parallel-libs/acxxel/tests/
Dopencl_test.cpp48 void *Arguments[] = {&A, &RawX, &RawY, &IntLength}; in TEST() local
/external/llvm/tools/llvm-diff/
DDiffLog.h38 SmallVector<Value*, 4> Arguments; variable
/external/llvm-project/parallel-libs/acxxel/examples/
Dopencl_example.cpp43 void *Arguments[] = {&A, &RawX, &RawY, &IntLength}; in saxpy() local
/external/llvm-project/llvm/docs/
DCommandLine.rst276 .. _aliases:
716 Specifying positional options with hyphens
747 Determining absolute position with getPosition()
809 The ``cl::ConsumeAfter`` modifier
/external/llvm/docs/
DCommandLine.rst274 .. _aliases:
720 Specifying positional options with hyphens
751 Determining absolute position with getPosition()
813 The ``cl::ConsumeAfter`` modifier
/external/llvm-project/parallel-libs/acxxel/
Dacxxel.cpp66 Span<void *> Arguments, in asyncKernelLaunch()
/external/rust/crates/num-traits/tests/
Dcast.rs166 fn dbg(args: ::core::fmt::Arguments) { in dbg()
171 fn dbg(_: ::core::fmt::Arguments) {} in dbg()
/external/rust/cxx/gen/src/
Dout.rs63 pub fn write_fmt(&self, args: Arguments) { in write_fmt()
137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp228 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() local
239 ListScope Arguments(*W, "Strings"); in visitKnownRecord() local
428 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp228 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() local
239 ListScope Arguments(*W, "Strings"); in visitKnownRecord() local
428 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() local
/external/llvm-project/clang/tools/libclang/
DCXTranslationUnit.h36 std::vector<std::string> Arguments; member
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst493 .. _tut-arbitraryargs:

12345