HomeSort by relevance Sort by last modified time
    Searched defs:IsFunction (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 427 bool IsFunction = false;
440 IsFunction = !GVar;
447 if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.isJTI())
507 bool IsFunction = false;
517 IsFunction = !GVar;
521 if (IsFunction || IsExternal)
    [all...]
  /external/v8/src/
api.cc     [all...]
ast.h     [all...]

Completed in 125 milliseconds