OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
304
(frame_count > 1 || shared->
SourceSize
() > kMaxToplevelSourceSize)) {
357
int function_size = function->shared()->
SourceSize
();
compiler.cc
294
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 624 milliseconds