Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
H A Dlambda-conversion-op-cc.cpp10 auto normal = [](int, float, double) {}; // #1 in useage() local
/llvm-project-15.0.7/llvm/include/llvm/
H A DPassInfo.h47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo()
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.c849 int normal = 0; in test_isunordered() local
897 int normal = 0; in test_isunorderedf() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dproperties.m1011 @property(readonly) int normal; property
1012 - (int)normal; method
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp15 int normal, weird = /* comment */ 42; in f2() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.h273 HandlePacketCallback normal; // Function to call when inferior is halted member
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1718 bool normal() const { return Normal; } in normal() function