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

/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp167 ClassB, // bitcast arguments with enum argument to specify type enumerator in enum:ClassKind
789 if (mod == 'f' || (ck != ClassB && type == 'f'))
791 if (mod == 'F' || (ck != ClassB && type == 'd'))
793 if (ck != ClassB && type == 's')
795 if (ck != ClassB && type == 'i')
797 if (ck != ClassB && type == 'l')
811 if (mod == 'f' || (ck != ClassB && type == 'f'))
813 if (mod == 'F' || (ck != ClassB && type == 'd'))
815 if (ck != ClassB && type == 's')
817 if (ck != ClassB
[all...]

Completed in 32 milliseconds