HomeSort by: relevance | last modified time | path
    Searched refs:inferred (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/
dns_import_checker.py 137 # Prefer inferred module names to avoid treating classes/constants as
140 inferred = cls._infer_module_name(chain_node)
141 if inferred is not None and full.startswith(inferred):
142 last_module = inferred
157 for inferred in node.infer():
158 if inferred is astroid.util.Uninferable:
163 inferred
164 if isinstance(inferred, astroid.nodes.Module)
165 else inferred.root(
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 634 // If inferred submodules export everything they import, add a
650 // If inferred submodules export everything they import, add a
972 inferred = InferredDirectories.find(*ParentDir); local
973 if (inferred == InferredDirectories.end()) {
980 inferred = InferredDirectories.find(*ParentDir);
983 if (inferred == InferredDirectories.end())
984 inferred = InferredDirectories.insert(
988 if (inferred->second.InferModules) {
992 canInfer = std::find(inferred->second.ExcludedModules.begin(),
993 inferred->second.ExcludedModules.end()
    [all...]
  /src/usr.bin/make/unit-tests/
posix1.mk 139 # Explicit rule where the dependency is an inferred file. The dependency
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbolsem.d 406 int inferred = 0;
426 inferred = 1;
486 if (inferred)
488 dsym.error("type `%s` is inferred from initializer `%s`, and variables cannot be of type `void`", dsym.type.toChars(), dsym._init.toChars());
522 if ((dsym.storage_class & STC.auto_) && !inferred)
523 dsym.error("storage class `auto` has no effect if type is not inferred, did you mean `scope`?");
1075 if (!inferred)
3131 /* If the parent's purity is inferred, then this function's purity needs
3132 * to be inferred first.
3257 funcdecl.error("storage class `auto` has no effect if return type is not inferred");
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
sumtype.d 9 inferred whenever possible).
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
systime.d 10304 week, as the day of the week can be inferred from the date. It is not

Completed in 38 milliseconds