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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.h 224 bool isIntrinsicOrAuto() const { return type() == Auto || isLegacyIntrinsic() || isIntrinsic(); }
226 bool isIntrinsic() const { return type() == MinContent || type() == MaxContent || type() == FillAvailable || type() == FitContent; }
228 bool isSpecifiedOrIntrinsic() const { return isSpecified() || isIntrinsic(); }
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 136 if (F->isDeclaration() && !F->isIntrinsic())
149 else if (!Callee->isIntrinsic())
GlobalsModRef.cpp 399 if (!F->isIntrinsic())
407 KnowNothing = !F->isIntrinsic();
CallGraphSCCPass.cpp 254 if (Callee && Callee->isIntrinsic()) continue;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 257 if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isIntrinsic())
278 if ((styleMaxLogicalWidth.isSpecified() && !styleMaxLogicalWidth.isNegative()) || styleMaxLogicalWidth.isIntrinsic()) {
289 if ((styleMinLogicalWidth.isSpecified() && !styleMinLogicalWidth.isNegative()) || styleMinLogicalWidth.isIntrinsic()) {
323 if (styleLogicalWidth.isIntrinsic())
353 else if (styleLogicalHeight.isIntrinsic())
489 if (logicalHeightLength.isIntrinsic() || (logicalHeightLength.isSpecified() && logicalHeightLength.isPositive()))
493 if (logicalMaxHeightLength.isIntrinsic() || (logicalMaxHeightLength.isSpecified() && !logicalMaxHeightLength.isNegative())) {
499 if (logicalMinHeightLength.isIntrinsic() || (logicalMinHeightLength.isSpecified() && !logicalMinHeightLength.isNegative())) {
    [all...]
RenderReplaced.cpp 245 if (style()->logicalHeight().isIntrinsic())
330 if (style()->logicalWidth().isSpecified() || style()->logicalWidth().isIntrinsic())
RenderBox.cpp     [all...]
RenderFlexibleBox.cpp 453 if (size.isIntrinsic())
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 264 !CS.getCalledFunction()->isIntrinsic());
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 50 return CF->isIntrinsic();
Function.h 156 bool isIntrinsic() const { return getName().startswith("llvm."); }
  /external/llvm/lib/IR/
Function.cpp 230 if (getValueName() && isIntrinsic())
366 if (!ValName || !isIntrinsic())
Module.cpp 146 if (!New->isIntrinsic()) // Intrinsics get attrs set on construction
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 435 if (F->isIntrinsic())
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 393 if (Callee->isIntrinsic() &&
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 541 if (!F.hasLocalLinkage() && (!ShouldHackArguments() || F.isIntrinsic())) {
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 753 milliseconds