Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 25 of 2303) sorted by relevance

12345678910>>...93

/dports/devel/binutils/binutils-2.37/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
48 extern Source_File *source_file_lookup_path (const char *); argument
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dsource.h24 typedef struct source_file struct
26 struct source_file *next; argument
47 extern Source_File *source_file_lookup_path (const char *); argument
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
48 extern Source_File *source_file_lookup_path (const char *); argument
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
48 extern Source_File *source_file_lookup_path (const char *); argument
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
48 extern Source_File *source_file_lookup_path (const char *); argument
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dsource.h25 typedef struct source_file struct
27 struct source_file *next; argument
48 extern Source_File *source_file_lookup_path (const char *); argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dsource.h24 typedef struct source_file struct
26 struct source_file *next; argument
47 extern Source_File *source_file_lookup_path PARAMS ((const char *)); argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dsource.h24 typedef struct source_file struct
26 struct source_file *next; argument
47 extern Source_File *source_file_lookup_path PARAMS ((const char *)); argument
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dsource.h24 typedef struct source_file struct
26 struct source_file *next; argument
47 extern Source_File *source_file_lookup_path (const char *); argument
/dports/devel/R-cran-lintr/lintr/R/
H A Ddeprecated.R24 absolute_paths_linter <- function(source_file) { argument
32 trailing_semicolons_linter <- function(source_file) { argument
40 camel_case_linter <- make_object_linter(function(source_file, parsed) { argument
59 snake_case_linter <- make_object_linter(function(source_file, parsed) { argument
78 multiple_dots_linter <- make_object_linter(function(source_file, parsed) { argument
H A Dobject_name_linters.R26 function (source_file) { argument
103 object_lint2 <- function(expr, source_file, message, type) { argument
118 function(source_file) { argument
165 is_declared_here <- function(token, source_file) { argument
194 is_external_reference <- function(source_file, id) { argument
242 object_lint <- function(source_file, token, message, type) { argument
258 function(source_file, token) { argument
306 make_object_linter(function(source_file, token) { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/closure_compiler/
H A Dprocessor.py14 def __init__(self, source_file, line_number): argument
34 def read(self, source_file): argument
71 def __init__(self, source_file): argument
102 def _get_file(self, source_file): argument
106 def _include_file(self, source_file): argument
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/parser/
H A Dsource_reader.py83 def __create_command_line(self, source_file, xml_file): argument
108 def __create_command_line_castxml(self, source_file, xmlfile): argument
201 def create_xml_file(self, source_file, destination=None): argument
297 def read_file(self, source_file): argument
300 def read_cpp_source_file(self, source_file): argument
H A Ddeclarations_cache.py75 def update(self, source_file, configuration, declarations, included_files): argument
88 def cached_value(self, source_file, configuration): argument
129 def create_key(source_file, configuration): argument
234 def update(self, source_file, configuration, declarations, included_files): argument
252 def cached_value(self, source_file, configuration): argument
297 def update(self, source_file, configuration, declarations, included_files): argument
300 def cached_value(self, source_file, configuration): argument
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/parser/
H A Dsource_reader.py83 def __create_command_line(self, source_file, xml_file): argument
108 def __create_command_line_castxml(self, source_file, xmlfile): argument
206 def create_xml_file(self, source_file, destination=None): argument
302 def read_file(self, source_file): argument
305 def read_cpp_source_file(self, source_file): argument
H A Ddeclarations_cache.py75 def update(self, source_file, configuration, declarations, included_files): argument
88 def cached_value(self, source_file, configuration): argument
129 def create_key(source_file, configuration): argument
234 def update(self, source_file, configuration, declarations, included_files): argument
252 def cached_value(self, source_file, configuration): argument
297 def update(self, source_file, configuration, declarations, included_files): argument
300 def cached_value(self, source_file, configuration): argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man7/
H A DEVP_PKEY-DSA.pod45 EVP_PKEY_CTX *pctx = NULL;
48 EVP_PKEY_paramgen_init(pctx);
49
50 params[0] = OSSL_PARAM_construct_uint("pbits", &pbits);
60 EVP_PKEY_print_params(bio_out, param_key, 0, NULL);
71 EVP_PKEY_print_private(bio_out, key, 0, NULL);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dlib_file.cc9 LibFile::LibFile(const SourceFile& source_file) : source_file_(source_file) {} in LibFile()
20 const SourceFile& LibFile::source_file() const { in source_file() function in LibFile
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dlib_file.cc9 LibFile::LibFile(const SourceFile& source_file) : source_file_(source_file) {} in LibFile()
20 const SourceFile& LibFile::source_file() const { in source_file() function in LibFile
/dports/devel/gn/gn-1962/src/gn/
H A Dlib_file.cc9 LibFile::LibFile(const SourceFile& source_file) : source_file_(source_file) {} in LibFile()
20 const SourceFile& LibFile::source_file() const { in source_file() function in LibFile
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A Dfile_util.h18 inline int copy_file(const string& source_file, const string& dest_file) in copy_file()
43 inline void move_file(const string& source_file, const string& dest_file) in move_file()
/dports/devel/simde/simde-0.7.2/test/arm/neon/
H A Dmeson.build5 source_file = name + '.c' variable
7 source_file = configure_file(input: name + '.c', output: name + '.cpp', copy: true) variable
/dports/devel/simde/simde-0.7.2/test/x86/avx512/
H A Dmeson.build4 source_file = name + '.c' variable
6 source_file = configure_file(input: name + '.c', output: name + '.cpp', copy: true) variable
/dports/devel/simde/simde-0.7.2/test/common/
H A Dmeson.build8 source_file = name + '.c' variable
10 source_file = configure_file(input: name + '.c', output: name + '.cpp', copy: true) variable
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/
H A Dapilist.c18 typedef struct source_file { struct
22 } source_file; argument

12345678910>>...93