OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validateCpuIs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
1302
virtual bool
validateCpuIs
(StringRef Name) const { return false; }
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.cpp
1102
bool X86TargetInfo::
validateCpuIs
(StringRef FeatureStr) const {
X86.h
187
bool
validateCpuIs
(StringRef Name) const override;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
3585
if (!TI.
validateCpuIs
(Feature))
SemaDecl.cpp
10149
!TargetInfo.
validateCpuIs
(ParseInfo.Architecture)) {
Completed in 141 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026