Home
last modified time | relevance | path

Searched defs:CE (Results 76 – 100 of 4663) sorted by relevance

12345678910>>...187

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp68 const auto *CE = dyn_cast_or_null<CallExpr>(Call.getOriginExpr()); in evalCall() local
81 void DebugIteratorModeling::analyzerIteratorDataField(const CallExpr *CE, in analyzerIteratorDataField()
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition()
109 void DebugIteratorModeling::analyzerIteratorContainer(const CallExpr *CE, in analyzerIteratorContainer()
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity()
/dports/cad/yosys/yosys-yosys-0.12/tests/arch/gowin/
H A Dinit.v8 module myDFFE (output reg Q, input D, CLK, CE); port
30 module myDFFSE (output reg Q, input D, CLK, CE, SET); port
54 module myDFFRE (output reg Q, input D, CLK, CE, RESET); port
78 module myDFFPE (output reg Q, input D, CLK, CE, PRESET); port
102 module myDFFCE (output reg Q, input D, CLK, CE, CLEAR); port
121 module myDFFNE (output reg Q, input D, CLK, CE); port
143 module myDFFNSE (output reg Q, input D, CLK, CE, SET); port
167 module myDFFNRE (output reg Q, input D, CLK, CE, RESET); port
191 module myDFFNPE (output reg Q, input D, CLK, CE, PRESET); port
215 module myDFFNCE (output reg Q, input D, CLK, CE, CLEAR); port
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp124 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
177 if (CallExpr *CE = dyn_cast<CallExpr>(Child)) in VisitCompoundStmt() local
316 void WalkAST::checkCall_bcmp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bcmp()
358 void WalkAST::checkCall_bcopy(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bcopy()
401 void WalkAST::checkCall_bzero(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bzero()
443 void WalkAST::checkCall_gets(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_gets()
479 void WalkAST::checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_getpw()
519 void WalkAST::checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mktemp()
738 void WalkAST::checkCall_rand(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_rand()
809 void WalkAST::checkCall_vfork(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_vfork()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp124 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
177 if (CallExpr *CE = dyn_cast<CallExpr>(Child)) in VisitCompoundStmt() local
316 void WalkAST::checkCall_bcmp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bcmp()
358 void WalkAST::checkCall_bcopy(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bcopy()
401 void WalkAST::checkCall_bzero(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bzero()
443 void WalkAST::checkCall_gets(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_gets()
479 void WalkAST::checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_getpw()
519 void WalkAST::checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mktemp()
737 void WalkAST::checkCall_rand(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_rand()
808 void WalkAST::checkCall_vfork(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_vfork()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DCore.cpp62 /*===-- Error handling ----------------------------------------------------===*/
87 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in delete()
113 unwrap(C)->setDiscardValueNames(Discard); in classof()
140 auto AttrKind = (Attribute::AttrKind)KindID; in delete()
168 LLVMTypeRef type_ref) { in classof()
205 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) { in classof()
235 severity = LLVMDSRemark; in delete()
266 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in classof()
298 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in classof()
326 llvm_unreachable("Unknown LLVMModuleFlagBehavior"); in classof()
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
28 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions()
63 for (auto *CE : Path) { in convertConstantExprsToInstructions() local
79 Instruction *I, ConstantExpr *CE, in collectConstantExprPaths()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DConstantsContext.h59 static bool classof(const ConstantExpr *CE) { in classof()
87 static bool classof(const ConstantExpr *CE) { in classof()
113 static bool classof(const ConstantExpr *CE) { in classof()
140 static bool classof(const ConstantExpr *CE) { in classof()
168 static bool classof(const ConstantExpr *CE) { in classof()
204 static bool classof(const ConstantExpr *CE) { in classof()
234 static bool classof(const ConstantExpr *CE) { in classof()
265 static bool classof(const ConstantExpr *CE) { in classof()
298 static bool classof(const ConstantExpr *CE) { in classof()
326 static bool classof(const ConstantExpr *CE) { in classof()
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
28 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions()
63 for (auto *CE : Path) { in convertConstantExprsToInstructions() local
79 Instruction *I, ConstantExpr *CE, in collectConstantExprPaths()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DConstantsContext.h59 static bool classof(const ConstantExpr *CE) { in classof()
87 static bool classof(const ConstantExpr *CE) { in classof()
113 static bool classof(const ConstantExpr *CE) { in classof()
140 static bool classof(const ConstantExpr *CE) { in classof()
168 static bool classof(const ConstantExpr *CE) { in classof()
204 static bool classof(const ConstantExpr *CE) { in classof()
234 static bool classof(const ConstantExpr *CE) { in classof()
265 static bool classof(const ConstantExpr *CE) { in classof()
298 static bool classof(const ConstantExpr *CE) { in classof()
326 static bool classof(const ConstantExpr *CE) { in classof()
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
28 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions()
63 for (auto *CE : Path) { in convertConstantExprsToInstructions() local
79 Instruction *I, ConstantExpr *CE, in collectConstantExprPaths()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DConstantsContext.h59 static bool classof(const ConstantExpr *CE) { in classof()
87 static bool classof(const ConstantExpr *CE) { in classof()
113 static bool classof(const ConstantExpr *CE) { in classof()
140 static bool classof(const ConstantExpr *CE) { in classof()
168 static bool classof(const ConstantExpr *CE) { in classof()
204 static bool classof(const ConstantExpr *CE) { in classof()
234 static bool classof(const ConstantExpr *CE) { in classof()
265 static bool classof(const ConstantExpr *CE) { in classof()
298 static bool classof(const ConstantExpr *CE) { in classof()
326 static bool classof(const ConstantExpr *CE) { in classof()
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
28 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions()
63 for (auto *CE : Path) { in convertConstantExprsToInstructions() local
79 Instruction *I, ConstantExpr *CE, in collectConstantExprPaths()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h59 static bool classof(const ConstantExpr *CE) { in classof()
87 static bool classof(const ConstantExpr *CE) { in classof()
113 static bool classof(const ConstantExpr *CE) { in classof()
140 static bool classof(const ConstantExpr *CE) { in classof()
168 static bool classof(const ConstantExpr *CE) { in classof()
204 static bool classof(const ConstantExpr *CE) { in classof()
234 static bool classof(const ConstantExpr *CE) { in classof()
265 static bool classof(const ConstantExpr *CE) { in classof()
298 static bool classof(const ConstantExpr *CE) { in classof()
326 static bool classof(const ConstantExpr *CE) { in classof()
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
28 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions()
63 for (auto *CE : Path) { in convertConstantExprsToInstructions() local
79 Instruction *I, ConstantExpr *CE, in collectConstantExprPaths()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstantsContext.h59 static bool classof(const ConstantExpr *CE) { in classof()
87 static bool classof(const ConstantExpr *CE) { in classof()
113 static bool classof(const ConstantExpr *CE) { in classof()
140 static bool classof(const ConstantExpr *CE) { in classof()
168 static bool classof(const ConstantExpr *CE) { in classof()
204 static bool classof(const ConstantExpr *CE) { in classof()
234 static bool classof(const ConstantExpr *CE) { in classof()
265 static bool classof(const ConstantExpr *CE) { in classof()
298 static bool classof(const ConstantExpr *CE) { in classof()
326 static bool classof(const ConstantExpr *CE) { in classof()
H A DReplaceConstant.cpp22 Instruction *createReplacementInstr(ConstantExpr *CE, Instruction *Instr) { in createReplacementInstr()
28 void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE, in convertConstantExprsToInstructions()
63 for (auto *CE : Path) { in convertConstantExprsToInstructions() local
79 Instruction *I, ConstantExpr *CE, in collectConstantExprPaths()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp127 void WalkAST::VisitCallExpr(CallExpr *CE) { in VisitCallExpr()
188 if (CallExpr *CE = dyn_cast<CallExpr>(Child)) in VisitCompoundStmt() local
327 void WalkAST::checkCall_bcmp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bcmp()
369 void WalkAST::checkCall_bcopy(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bcopy()
412 void WalkAST::checkCall_bzero(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_bzero()
454 void WalkAST::checkCall_gets(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_gets()
490 void WalkAST::checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_getpw()
530 void WalkAST::checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_mktemp()
732 void WalkAST::checkDeprecatedOrUnsafeBufferHandling(const CallExpr *CE, in checkDeprecatedOrUnsafeBufferHandling()
834 void WalkAST::checkCall_rand(const CallExpr *CE, const FunctionDecl *FD) { in checkCall_rand()
[all …]
H A DGenericTaintChecker.cpp303 void GenericTaintChecker::checkPreStmt(const CallExpr *CE, in checkPreStmt()
315 void GenericTaintChecker::checkPostStmt(const CallExpr *CE, in checkPostStmt()
327 void GenericTaintChecker::addSourcesPre(const CallExpr *CE, in addSourcesPre()
354 bool GenericTaintChecker::propagateFromPre(const CallExpr *CE, in propagateFromPre()
392 bool GenericTaintChecker::checkPre(const CallExpr *CE, in checkPre()
441 GenericTaintChecker::TaintPropagationRule::process(const CallExpr *CE, in process()
504 const CallExpr *CE, in postSocket()
551 static bool getPrintfFormatArgumentNum(const CallExpr *CE, in getPrintfFormatArgumentNum()
604 const CallExpr *CE, CheckerContext &C) const { in checkUncontrolledFormatString() argument
616 bool GenericTaintChecker::checkSystemCall(const CallExpr *CE, StringRef Name, in checkSystemCall()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2621 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addModImmNotOperands() local
2628 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addModImmNegOperands() local
2635 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addThumbModImmNeg8_255Operands() local
2642 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addThumbModImmNeg1_7Operands() local
2665 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addFBits16Operands() local
2671 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addFBits32Operands() local
2677 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addFPImmOperands() local
2686 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addImm8s4Operands() local
2694 const MCConstantExpr *CE = cast<MCConstantExpr>(getImm()); in addImm7s4Operands() local
4408 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr); in parseCoprocOptionOperand() local
[all …]

12345678910>>...187