HomeSort by relevance Sort by last modified time
    Searched refs:SourceSize (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 320 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
451 uint64_t SourceSize = Ctx.getTypeSize(T);
453 // CHECK: is SourceSize == TargetSize
454 if (SourceSize == TargetSize)
457 // Generate an error. Only generate a sink if 'SourceSize < TargetSize';
463 if (ExplodedNode *N = SourceSize < TargetSize ? C.generateSink()
468 os << (SourceSize == 8 ? "An " : "A ")
469 << SourceSize << " bit integer is used to initialize a CFNumber "
474 if (SourceSize < TargetSize)
475 os << (TargetSize - SourceSize)
    [all...]
  /external/chromium_org/v8/src/
runtime-profiler.cc 311 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) {
364 int function_size = function->shared()->SourceSize();
compiler.cc 286 code_size += function->shared()->SourceSize();
    [all...]
ast.h     [all...]
hydrogen.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/
runtime-profiler.cc 288 || function->shared()->SourceSize() > kMaxToplevelSourceSize)) {
332 int function_size = function->shared()->SourceSize();
compiler.cc 174 code_size += function->shared()->SourceSize();
ast.h     [all...]
hydrogen.cc     [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 297 milliseconds