Home
last modified time | relevance | path

Searched defs:subp (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/MC/AArch64/
Darmv8.5a-mte-error.s801 subp sp, x2, x3 label
802 subp w0, x1, x2 label
803 subp x0, w1, x2 label
804 subp x0, x1, w2 label
808 subp #1, x1, x2 label
809 subp x0, #1, x2 label
810 subp x0, x1, #1 label
845 subp x0, x1, x2, x3 label
853 subp label
856 subp x0 label
[all …]
Darmv8.5a-mte.s544 subp x0, x1, x2 label
545 subp x0, sp, sp label
/external/llvm-project/flang/lib/Semantics/
Dprogram-tree.cpp24 for (const auto &subp : in BuildSubprogramTree() local
46 for (const auto &subp : in BuildModuleTree() local
Dtools.cpp426 if (const Symbol * subp{FindSubprogram(symbol)}) { in FindFunctionResult() local
1042 } else if (const Symbol * subp{FindSubprogram(symbol)}) { in ClassifyProcedure() local
Dexpression.cpp1735 const auto &subp{interface->get<semantics::SubprogramDetails>()}; in GetPassIndex() local
2832 } else if (auto *subp{symbol->detailsIf<semantics::SubprogramDetails>()}) { in Analyze() local
/external/llvm-project/flang/test/Semantics/
Dallocate08.f90115 procedure (sub), pointer :: subp => sub variable
/external/webrtc/tools_webrtc/mb/
Dmb.py80 def AddCommonOptions(subp): argument
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp423 [&](const semantics::SubprogramDetails &subp) { in operator ()()
Dcharacteristics.cpp649 -> std::optional<Procedure> { in Characterize()
/external/mksh/src/
Dmisc.c1018 char *subp; in gmatch_cclass() local