Home
last modified time | relevance | path

Searched refs:IsBig (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/
Dnon-function-templates.cpp28 concept IsBig = sizeof(T) > 100; // expected-note{{because 'sizeof(int) > 100' (4 > 100) evaluated …
31 requires IsBig<T> // expected-note{{'int' does not satisfy 'IsBig'}}
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DObjCPass.cpp114 bool IsBig = MachOLinkingContext::isBigEndian(_ctx.arch()); in getImageInfo() local
115 return new (_file.allocator()) ObjCImageInfoAtom(_file, IsBig, in getImageInfo()