| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Frame.h | 30 virtual void describe(llvm::raw_ostream &OS) = 0;
|
| InterpFrame.h | 48 void describe(llvm::raw_ostream &OS) override;
|
| State.cpp | 155 F->describe(Out);
|
| InterpFrame.cpp | 112 void InterpFrame::describe(llvm::raw_ostream &OS) { function in class:InterpFrame
|
| /src/external/gpl3/gcc/dist/contrib/ |
| git-descr.sh | 3 # Script to describe a GCC revision based on git hash 21 r=$(git describe --all --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-\([0-9][0-9]*\)-\([0-9][0-9]*\)-g[0-9a-f]*$,r\1-\2,p;s,^basepoints/gcc-\([0-9][0-9]*\)$,r\1-0,p'); 23 r=$(git describe --all --abbrev=40 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p') 25 r=$(git describe --all --abbrev=14 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p')
|
| git-undescr.sh | 12 p=$(git describe --all --match 'basepoints/gcc-'$r $h | sed -n 's,^tags/,,;s,^basepoints/gcc-[0-9][0-9]*-\([0-9][0-9]*\)-g[0-9a-f]*$,\1,p;s,^basepoints/gcc-[0-9][0-9]*$,0,p');
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| git-descr.sh | 3 # Script to describe a GCC revision based on git hash 21 r=$(git describe --all --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-\([0-9][0-9]*\)-\([0-9][0-9]*\)-g[0-9a-f]*$,r\1-\2,p;s,^basepoints/gcc-\([0-9][0-9]*\)$,r\1-0,p'); 23 r=$(git describe --all --abbrev=40 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p') 25 r=$(git describe --all --abbrev=14 --match 'basepoints/gcc-[0-9]*' $c | sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p')
|
| git-undescr.sh | 12 p=$(git describe --all --match 'basepoints/gcc-'$r $h | sed -n 's,^tags/,,;s,^basepoints/gcc-[0-9][0-9]*-\([0-9][0-9]*\)-g[0-9a-f]*$,\1,p;s,^basepoints/gcc-[0-9][0-9]*$,0,p');
|
| /src/external/gpl3/autoconf/dist/build-aux/ |
| git-version-gen | 22 # - from a git repository in which the "git describe" command below 134 # then try "git describe", then default. 151 # directory, and "git describe" output looks sensible, use that to 154 && v=`git describe --abbrev=4 --match="$prefix*" HEAD 2>/dev/null \ 155 || git describe --abbrev=4 HEAD 2>/dev/null` \ 167 *-*-*) : git describe is okay three part flavor ;; 169 : git describe is older two part flavor 172 # of git describe. 184 # Remove the "g" in git describe's output string, to save a byte.
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Extract/ |
| Extract.h | 31 static const RefactoringDescriptor &describe();
|
| /src/external/bsd/wpa/dist/hostapd/ |
| Makefile | 33 GITVER := $(shell git describe --dirty=+)
|
| /src/external/bsd/nvi/dist/dist/ |
| export | 3 gitrev=`git describe $revision`
|
| distrib | 86 echo '#define VI_VERSION "'`git-describe` '('$date')"' > ../ex/version.h
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/ |
| RenamingAction.h | 55 static const RefactoringDescriptor &describe(); 76 static const RefactoringDescriptor &describe();
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind.inc | 92 /* Set up this_context to describe the current stack frame. */ 102 /* Set up fs to describe the FDE for the caller of cur_context. The 126 /* Update cur_context to describe the same frame as fs. */ 161 /* Set up fs to describe the FDE for the caller of cur_context. */ 191 /* Update cur_context to describe the same frame as fs, and discard 302 /* Set up fs to describe the FDE for the caller of context. */ 325 /* Update context to describe the same frame as fs. */
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind.inc | 92 /* Set up this_context to describe the current stack frame. */ 102 /* Set up fs to describe the FDE for the caller of cur_context. The 126 /* Update cur_context to describe the same frame as fs. */ 161 /* Set up fs to describe the FDE for the caller of cur_context. */ 191 /* Update cur_context to describe the same frame as fs, and discard 302 /* Set up fs to describe the FDE for the caller of context. */ 325 /* Update context to describe the same frame as fs. */
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| Stencil.h | 131 Stencil describe(llvm::StringRef Id);
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| Makefile | 56 GITVER := $(shell git describe --dirty=+)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELF.h | 145 static std::string describe(const ELFFile<ELFT> &Obj, function in namespace:llvm::object 879 return createError("cannot read content of " + describe(*this, Sec) + ": " + 888 return createError("invalid " + describe(*this, Sec) + 909 return createError("invalid " + describe(*this, Sec) + 915 "invalid " + describe(*this, Sec) + 921 return createError("unable to dump " + describe(*this, Sec) + 937 return createError("invalid " + describe(*this, Sec) + 972 return createError("cannot read content of " + describe(*this, Sec) + ": " + 982 return createError("invalid " + describe(*this, Sec) + 988 "invalid " + describe(*this, Sec) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-print.h | 76 void describe ();
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-print.h | 76 void describe ();
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
| RenamingAction.cpp | 56 const RefactoringDescriptor &RenameOccurrences::describe() { function in class:clang::tooling::RenameOccurrences 103 const RefactoringDescriptor &QualifiedRenameRule::describe() { function in class:clang::tooling::QualifiedRenameRule
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ELFDumper.cpp | 221 std::string describe(const Elf_Shdr &Sec) const; 386 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { function in class:__anon5712::ELFDumper 387 return ::describe(Obj, Sec); 407 return createError("invalid section linked to " + describe(Obj, Sec) + 412 "invalid section linked to " + describe(Obj, Sec) + ": expected " + 422 describe(Obj, Sec) + ": " + toString(StrTabOrErr.takeError())); 426 return createError("unable to read symbols from the " + describe(Obj, Sec) + 443 return createError("the " + describe(Sec) + " is misaligned"); 448 return createError("cannot read content of " + describe(Sec) + ": " + 459 reportUniqueWarning(describe(Sec) + ": the number of entries (" [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/ |
| Extract.cpp | 59 const RefactoringDescriptor &ExtractFunction::describe() { function in class:clang::tooling::ExtractFunction
|
| /src/share/mk/ |
| bsd.man.mk | 296 ##### describe 297 describe:
|