HomeSort by relevance Sort by last modified time
    Searched full:subr (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/e2fsprogs/lib/ss/
ct_c.awk 17 subr = substr($0, 6, length($0)-5)
43 printf "extern void %s __SS_PROTO;\n", subr > outfile
46 subr_tab[awk_bug] = subr
  /external/elfutils/tests/
run-bug1-test.sh 26 . $srcdir/test-subr.sh
run-early-offscn.sh 26 . $srcdir/test-subr.sh
run-ecp-test.sh 27 . $srcdir/test-subr.sh
run-ecp-test2.sh 27 . $srcdir/test-subr.sh
run-readelf-test2.sh 26 . $srcdir/test-subr.sh
run-arextract.sh 27 . $srcdir/test-subr.sh
run-disasm-x86-64.sh 26 . $srcdir/test-subr.sh
run-disasm-x86.sh 26 . $srcdir/test-subr.sh
run-dwfl-addr-sect.sh 26 . $srcdir/test-subr.sh
run-dwfl-bug-offline-rel.sh 26 . $srcdir/test-subr.sh
run-elflint-test.sh 27 . $srcdir/test-subr.sh
run-funcscopes.sh 26 . $srcdir/test-subr.sh
run-ranlib-test.sh 27 . $srcdir/test-subr.sh
run-ranlib-test2.sh 27 . $srcdir/test-subr.sh
run-readelf-test3.sh 26 . $srcdir/test-subr.sh
run-readelf-test4.sh 26 . $srcdir/test-subr.sh
run-unstrip-test.sh 26 . $srcdir/test-subr.sh
run-addrscopes.sh 26 . $srcdir/test-subr.sh
run-allfcts.sh 27 . $srcdir/test-subr.sh
run-arsymtest.sh 27 . $srcdir/test-subr.sh
run-elflint-self.sh 27 . $srcdir/test-subr.sh
run-get-pubnames.sh 27 . $srcdir/test-subr.sh
run-readelf-test1.sh 27 . $srcdir/test-subr.sh
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 85 const SubRegion *SubR = dyn_cast<SubRegion>(R);
87 while (SubR) {
89 if (const SymbolicRegion *SymR = dyn_cast<SymbolicRegion>(SubR)) {
96 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion());

Completed in 426 milliseconds

1 2 3