Home
last modified time | relevance | path

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

/llvm-project/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/compiler-rt/test/metadata/
H A Dcovered.cpp38 void normal() { in normal() function
/llvm-project/llvm/include/llvm/
H A DPassInfo.h47 PassInfo(StringRef name,StringRef arg,const void * pi,NormalCtor_t normal,bool isCFGOnly,bool is_analysis) PassInfo() argument
/llvm-project/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/clang/test/Analysis/
H A Dproperties.m1001 @property(readonly) int normal; property
1002 - (int)normal; method
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp15 int normal, weird = /* comment */ 42; in f2() local
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.h279 HandlePacketCallback normal; // Function to call when inferior is halted member
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1321 build(OpBuilder & builder,OperationState & state,LLVMFuncOp func,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument
1330 build(OpBuilder & builder,OperationState & state,TypeRange tys,FlatSymbolRefAttr callee,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument
1340 build(OpBuilder & builder,OperationState & state,LLVMFunctionType calleeType,FlatSymbolRefAttr callee,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1725 bool normal() const { return Normal; } normal() function