Home
last modified time | relevance | path

Searched defs:app (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/docs/
H A Dconf.py296 def preprocess_source(app, docname, source): argument
323 def cleanup_source(app, exception): argument
329 def setup(app): argument
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_transitive_closure.c119 __isl_take isl_map *app) in check_power_exactness()
873 struct isl_map *app = NULL; in construct_component() local
926 isl_map *app; in construct_projected_component() local
953 isl_map *app; in q_closure() local
1604 isl_map *app; in floyd_warshall_with_groups() local
1991 struct isl_map *app = NULL; in construct_power() local
2174 isl_map *app = NULL; in box_closure_on_domain() local
2341 __isl_keep isl_map *app) in check_exactness_omega()
2465 isl_map *app; in box_closure_with_check() local
2504 isl_map *app; in transitive_closure_omega() local
[all …]
/llvm-project-15.0.7/libc/loader/linux/x86_64/
H A Dstart.cpp33 AppProperties app; variable
/llvm-project-15.0.7/flang/docs/
H A Dconf.py72 def setup(app): argument
/llvm-project-15.0.7/libc/loader/linux/aarch64/
H A Dstart.cpp37 AppProperties app; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h73 app = 0u, enumerator
/llvm-project-15.0.7/libcxx/src/
H A Dios.cpp101 const ios_base::openmode ios_base::app; member in ios_base
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c1047 char *app = getenv("APP_NAME"); in testProctitle2() local
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6321 ApplicationDelegate(Application &app, Debugger &debugger) in ApplicationDelegate()