HomeSort by relevance Sort by last modified time
    Searched full:depname (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
implicit.c 228 register char *depname = (char *) alloca (namelen + max_pattern_dep_length);
539 bcopy (p, depname, i);
540 bcopy ("$*", depname + i, 2);
541 bcopy (p2 + 1, depname + i + 2, len - i - 1);
542 depname[len + 2 - 1] = '\0';
551 bcopy (p, depname, len);
552 depname[len] = '\0';
564 p2 = variable_expand_for_file (depname, file);
571 bcopy (p, depname, i);
572 bcopy (stem_str, depname + i, stemlen)
226 register char *depname = (char *) alloca (namelen + max_pattern_dep_length); local
    [all...]
rule.c 166 char *targname, *targpercent, *depname;
204 depname = xmalloc (1 + len + 1);
205 depname[0] = '%';
206 bcopy (source, depname + 1, len + 1);
208 deps->name = depname;
163 char *targname, *targpercent, *depname; local
  /external/llvm/include/llvm/
PassSupport.h 167 #define INITIALIZE_PASS_DEPENDENCY(depName) \
168 initialize##depName##Pass(Registry);
169 #define INITIALIZE_AG_DEPENDENCY(depName) \
170 initialize##depName##AnalysisGroup(Registry);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 294 string const &depName = dep->first;
303 if (depName != depCachedName) {
305 ALOGE(" given: %s\n", depName.c_str());
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 229 milliseconds