OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripPointerCasts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constant.h
201
const Constant *
stripPointerCasts
() const {
202
return cast<Constant>(Value::
stripPointerCasts
());
205
Constant *
stripPointerCasts
() {
207
static_cast<const Constant *>(this)->
stripPointerCasts
());
Value.h
643
const Value *
stripPointerCasts
() const;
644
Value *
stripPointerCasts
() {
646
static_cast<const Value *>(this)->
stripPointerCasts
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp
649
const Value *Value::
stripPointerCasts
() const {
Completed in 18 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026