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

  /system/core/sh/
exec.c 99 STATIC int builtinloc = -1; /* index in path of %builtin, or -1 */ variable
360 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0)))
483 if ((act & DO_ALTBLTIN) || builtinloc >= 0) {
496 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
504 prev = builtinloc;
678 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0))
723 if (builtinloc < 0 && bltin >= 0)
724 builtinloc = bltin; /* zap builtins */
725 if (builtinloc >= 0 && bltin < 0)
728 builtinloc = bltin
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
TypeLoc.h 442 SourceLocation BuiltinLoc;
454 return getLocalData()->BuiltinLoc;
457 getLocalData()->BuiltinLoc = Loc;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 817 E->BuiltinLoc = ReadSourceLocation(Record, Idx);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 435 milliseconds