Searched refs:NotFP (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dexplicit.cpp166 struct NotFP { struct
171 NotFP nfp;
173 nfp(1); // expected-error {{type 'Conversion::NotFP' does not provide a call operator}}
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h385 // NotFP - The default, set for instructions that do not use FP registers.
386 NotFP = 0 << FPTypeShift, enumerator in enum:llvm::X86II::__anon9007
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp429 if (FPInstClass == X86II::NotFP)

Completed in 942 milliseconds