Home
last modified time | relevance | path

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

/llvm-project/lldb/docs/
H A Dconf.py361 if hasattr(app.config, "automodapi_toctreedirnm"): argument
326 preprocess_source(app, docname, source) global() argument
354 cleanup_source(app, exception) global() argument
/llvm-project/polly/lib/External/isl/
H A Disl_transitive_closure.c119 __isl_take isl_map *app) in check_power_exactness()
174 __isl_take isl_map *app, int project) in check_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
2021 struct isl_map *app = NULL; in map_power() local
2174 isl_map *app = NULL; in box_closure_on_domain() local
2341 __isl_keep isl_map *app) in check_exactness_omega()
[all …]
/llvm-project/libc/startup/linux/
H A Ddo_start.cpp41 AppProperties app; global() variable
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h73 app = 0u, enumerator
/llvm-project/libcxx/src/
H A Dios.cpp88 const ios_base::openmode ios_base::app; member in ios_base
/llvm-project/clang/test/Analysis/
H A Dtaint-generic.c1317 char *app = getenv("APP_NAME"); testProctitle2() local
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6343 ApplicationDelegate(Application &app, Debugger &debugger) in ApplicationDelegate() argument