Home
last modified time | relevance | path

Searched defs:GlobalInt (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/SemaOpenACC/
H A Dloop-construct-private-clause.c13 int GlobalInt; variable
H A Dcompute-construct-private-clause.c13 int GlobalInt; variable
H A Dcompute-construct-private-clause.cpp13 int GlobalInt; variable
H A Dloop-construct-private-clause.cpp13 int GlobalInt; variable
/llvm-project/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp36 static int GlobalInt = 0; global() variable
[all...]
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp278 Constant *A0GVals[2] = {ConstantInt::get(IntTy, 0), GlobalInt}; in TEST() local