Home
last modified time | relevance | path

Searched defs:jd (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse_copy.pass.cpp66 int jd[sd] = {-1}; in test() local
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_copy_pred.pass.cpp85 int jd[sd] = {-1}; in test() local
H A Dunique_copy.pass.cpp79 int jd[sd] = {-1}; in test() local
/llvm-project/flang/test/Semantics/
H A Ddata05.f9036 integer :: jd ! CHECK: jd (InDataStmt) size=4 offset=0: ObjectEntity type: INTEGER(4) init:666_4 local
/llvm-project/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp346 auto &jd = session.createBareJITDylib(std::string(libPath)); in create() local