Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dmodfuzz.py17 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1914 auto depends = *pDepends; in get() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2176 auto depends = *pDepends; in get() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c93 vec<gimple *> depends; /* Vector of statements that must be also member
H A Dtree-predcom.c756 vec<ddr_p> depends) in split_data_refs_to_components()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc94 vec<gimple *> depends; /* Vector of statements that must be also member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3506 DependenceInfo::depends(Instruction *Src, Instruction *Dst, in depends() function in DependenceInfo