Searched refs:Constant (Results 326 - 350 of 429) sorted by relevance

<<1112131415161718

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmrxvtrc.vim254 hi def link mrxvtrcColorVal Constant
H A Dpike.vim147 HiLink pikeCompoundType Constant
H A Drebol.vim199 HiLink rebolConstant Constant
H A Dsamba.vim125 HiLink sambaBoolean Constant
H A Dsml.vim204 HiLink smlConstructor Constant
H A Dsquid.vim140 HiLink squidOpt Constant
H A Dverilogams.vim133 HiLink verilogamsConstant Constant
H A Dwget.vim187 HiLink wgetValue Constant
H A Dnasm.vim457 " Constant Group:
490 HiLink nasmConstant Constant
H A Druby.vim330 hi def link rubySymbol Constant
338 hi def link rubyPseudoVariable Constant
H A Dvb.vim355 HiLink vbConst Constant
356 HiLink vbDefine Constant
H A Dvera.vim342 " HiLink veraConstant Constant
344 HiLink veraUserConstant Constant
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges126 ! [2825166] In Constant DEFAULT_HTTP_CONTENT_TYPE
199 ! Fixes #32971 Undefined subroutine &Apache::Constant::BAD_REQUEST called
487 ($SOAP::Constant::MAX_CONTENT_SIZE) (thanks to J. Klunder)
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp651 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp755 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext()));
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp86 case ISD::Constant: return "Constant";
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.cpp508 Constant *C = 0;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp502 case ISD::Constant: {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp127 unsigned TargetMaterializeConstant(const Constant *C);
286 Val = Constant::getNullValue(TD.getIntPtrType(Val->getContext()));
430 // Constant-offset addressing.
898 Op1 = Constant::getNullValue(TD.getIntPtrType(Op0->getContext()));
2028 unsigned X86FastISel::TargetMaterializeConstant(const Constant *C) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp869 if (isa<Constant>(UnderlyingPointer))
H A DLICM.cpp364 if (Constant *C = ConstantFoldInstruction(&I, TD, TLI)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp499 if (isa<Constant>(Op) || isa<MDString>(Op))
1591 Assert1(isa<Constant>(PersonalityFn), "Personality function is not constant!",
1595 Assert1(isa<Constant>(Clause), "Clause is not constant!", &LPI);
1874 Assert1(isa<Constant>(CI.getArgOperand(1)),
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DCrashDebugger.cpp303 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType()));
/macosx-10.10.1/vim-55/runtime/autoload/
H A Drubycomplete.vim629 when /^::([A-Z][^:\.\(]*)$/ # Absolute Constant or class methods
635 when /^(((::)?[A-Z][^:.\(]*)+?)::?([^:.]*)$/ # Constant or class methods
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h409 SDValue getConstantPool(const Constant *C, EVT VT,
412 SDValue getTargetConstantPool(const Constant *C, EVT VT,
989 /// FoldSetCC - Constant fold a setcc to true or false.

Completed in 392 milliseconds

<<1112131415161718