OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNonNegative
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.h
131
, m_nonNegative(value->
isNonNegative
())
/external/chromium_org/third_party/WebKit/Source/platform/
CalculationValue.h
89
bool
isNonNegative
() const { return m_isNonNegative; }
/external/llvm/lib/Support/
APInt.cpp
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
327
bool
isNonNegative
() const { return !isNegative(); }
335
bool isStrictlyPositive() const { return
isNonNegative
() && !!*this; }
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp
[
all
...]
InstCombineMulDivRem.cpp
922
if (I.isExact() && RHS->getValue().
isNonNegative
() &&
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
828
assert(ExtentInt.
isNonNegative
() || ExtentInt.isUnsigned());
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
573
if (KnownZero.
isNonNegative
()) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAG.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 2316 milliseconds